mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-12 21:35:18 +01:00
Fix extensions update intent
This commit is contained in:
parent
d9a4438226
commit
3255fac29e
@ -556,7 +556,7 @@ open class MainActivity : BaseActivity<MainActivityBinding>(), DownloadServiceLi
|
||||
}
|
||||
SHORTCUT_BROWSE -> binding.bottomNav.selectedItemId = R.id.nav_browse
|
||||
SHORTCUT_EXTENSIONS -> {
|
||||
if (binding.bottomNav.selectedItemId != R.id.nav_recents) {
|
||||
if (binding.bottomNav.selectedItemId != R.id.nav_browse) {
|
||||
binding.bottomNav.selectedItemId = R.id.nav_browse
|
||||
} else {
|
||||
router.popToRoot()
|
||||
|
Loading…
Reference in New Issue
Block a user