mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-24 13:31:51 +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 {
|
||||
val controller =
|
||||
router.backstack.firstOrNull()?.controller() as? BottomSheetController
|
||||
controller?.toggleSheet()
|
||||
controller?.showSheet()
|
||||
}
|
||||
true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user