Merge pull request #6167 from Bnyro/master

fix: remembered channel group resets when switching fragment
This commit is contained in:
Bnyro 2024-06-21 15:59:52 +02:00 committed by GitHub
commit d6c0ad827e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,7 +288,7 @@ class SubscriptionsFragment : DynamicLayoutManagerFragment() {
private fun initChannelGroups() {
val binding = _binding ?: return
binding.chipAll.isChecked = true
binding.chipAll.isChecked = selectedFilterGroup == 0
binding.chipAll.setOnLongClickListener {
playByGroup(0)
true