mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 05:25:08 +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_BROWSE -> binding.bottomNav.selectedItemId = R.id.nav_browse
|
||||||
SHORTCUT_EXTENSIONS -> {
|
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
|
binding.bottomNav.selectedItemId = R.id.nav_browse
|
||||||
} else {
|
} else {
|
||||||
router.popToRoot()
|
router.popToRoot()
|
||||||
|
Loading…
Reference in New Issue
Block a user