Fixed temp selection in recents not sticking on activity reload

This commit is contained in:
Jays2Kings 2021-04-08 15:48:10 -04:00
parent d5710bfd10
commit d13c551d9d

View File

@ -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,