1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-09-22 20:58:15 +02:00

Double tap Updates to go to Download Queue (closes )

This commit is contained in:
arkon
2021-04-17 11:13:09 -04:00
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