mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-25 02:31:52 +01:00
Change bottom nav long click to show sheet instead of toggle
This commit is contained in:
parent
b792504854
commit
c4aece1eb4
@ -172,7 +172,7 @@ open class MainActivity : BaseActivity(), DownloadServiceListener {
|
|||||||
bottom_nav.post {
|
bottom_nav.post {
|
||||||
val controller =
|
val controller =
|
||||||
router.backstack.firstOrNull()?.controller() as? BottomSheetController
|
router.backstack.firstOrNull()?.controller() as? BottomSheetController
|
||||||
controller?.toggleSheet()
|
controller?.showSheet()
|
||||||
}
|
}
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user