mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 12:47:26 +01:00
Double tap Updates to go to Download Queue (closes #4884)
This commit is contained in:
parent
6dbc0a6fd5
commit
ef5148ebb4
@ -152,6 +152,9 @@ class MainActivity : BaseViewBindingActivity<MainActivityBinding>() {
|
|||||||
val controller = router.getControllerWithTag(id.toString()) as? LibraryController
|
val controller = router.getControllerWithTag(id.toString()) as? LibraryController
|
||||||
controller?.showSettingsSheet()
|
controller?.showSettingsSheet()
|
||||||
}
|
}
|
||||||
|
R.id.nav_updates -> {
|
||||||
|
router.pushController(DownloadController().withFadeTransaction())
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
true
|
true
|
||||||
|
Loading…
Reference in New Issue
Block a user