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 #4884)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user