mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fix sub intents setting last tab to library
This commit is contained in:
parent
1fe46ef475
commit
e893326c1f
@ -534,6 +534,7 @@ open class MainActivity : BaseActivity<MainActivityBinding>(), DownloadServiceLi
|
||||
}
|
||||
|
||||
private fun setStartingTab() {
|
||||
if (this is SearchActivity) return
|
||||
if (binding.bottomNav.selectedItemId != R.id.nav_browse &&
|
||||
preferences.startingTab().get() >= 0
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user