mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 19:27:25 +01:00
Fix extensions intent
This commit is contained in:
parent
c4f1d2f153
commit
4bb9949768
@ -212,8 +212,8 @@ class MainActivity : BaseActivity<MainActivityBinding>() {
|
|||||||
if (router.backstackSize > 1) {
|
if (router.backstackSize > 1) {
|
||||||
router.popToRoot()
|
router.popToRoot()
|
||||||
}
|
}
|
||||||
router.pushController(BrowseController(true).withFadeTransaction())
|
|
||||||
setSelectedNavItem(R.id.nav_browse)
|
setSelectedNavItem(R.id.nav_browse)
|
||||||
|
router.pushController(BrowseController(true).withFadeTransaction())
|
||||||
}
|
}
|
||||||
SHORTCUT_MANGA -> {
|
SHORTCUT_MANGA -> {
|
||||||
val extras = intent.extras ?: return false
|
val extras = intent.extras ?: return false
|
||||||
|
Loading…
Reference in New Issue
Block a user