mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 14:20:30 +05:30
Merge pull request #2143 from Kruna1Pate1/fix/channel-navigation
Fix channel page to display selected chip content
This commit is contained in:
commit
957eda88e5
@ -216,6 +216,12 @@ class ChannelFragment : BaseFragment() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Load selected chip content if it's not videos tab.
|
||||
possibleTabs.firstOrNull { binding.tabChips.checkedChipId == it.chipId }?.let {
|
||||
val tab = tabs.first { tab -> tab.name == it.identifierName }
|
||||
loadTab(tab)
|
||||
}
|
||||
}
|
||||
|
||||
private fun loadTab(tab: ChannelTab) {
|
||||
|
Loading…
Reference in New Issue
Block a user