mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
fix: remembered channel group resets when switching fragment
This commit is contained in:
parent
d7abfcfe7f
commit
81f6f0057e
@ -288,7 +288,7 @@ class SubscriptionsFragment : DynamicLayoutManagerFragment() {
|
|||||||
private fun initChannelGroups() {
|
private fun initChannelGroups() {
|
||||||
val binding = _binding ?: return
|
val binding = _binding ?: return
|
||||||
|
|
||||||
binding.chipAll.isChecked = true
|
binding.chipAll.isChecked = selectedFilterGroup == 0
|
||||||
binding.chipAll.setOnLongClickListener {
|
binding.chipAll.setOnLongClickListener {
|
||||||
playByGroup(0)
|
playByGroup(0)
|
||||||
true
|
true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user