mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 20:15:05 +01:00
Fixed temp selection in recents not sticking on activity reload
This commit is contained in:
parent
d5710bfd10
commit
d13c551d9d
@ -548,7 +548,7 @@ class RecentsController(bundle: Bundle? = null) :
|
||||
activityBinding?.mainTabs?.let { tabs ->
|
||||
tabs.removeAllTabs()
|
||||
tabs.clearOnTabSelectedListeners()
|
||||
val selectedTab = presenter.preferences.recentsViewType().get()
|
||||
val selectedTab = presenter.viewType
|
||||
listOf(
|
||||
R.string.grouped,
|
||||
R.string.all,
|
||||
|
Loading…
Reference in New Issue
Block a user