Change bottom nav long click to show sheet instead of toggle

This commit is contained in:
Jays2Kings 2021-03-23 13:16:51 -04:00
parent b792504854
commit c4aece1eb4

View File

@ -172,7 +172,7 @@ open class MainActivity : BaseActivity(), DownloadServiceListener {
bottom_nav.post {
val controller =
router.backstack.firstOrNull()?.controller() as? BottomSheetController
controller?.toggleSheet()
controller?.showSheet()
}
true
}