mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-24 15:01:52 +01:00
Expand peek height of tracking sheet
This commit is contained in:
parent
12ba03db05
commit
92af8d508e
@ -45,7 +45,7 @@ class TrackingBottomSheet(private val controller: MangaDetailsController) :
|
||||
sheetBehavior = BottomSheetBehavior.from(view.parent as ViewGroup)
|
||||
setEdgeToEdge(activity, view)
|
||||
val height = activity.window.decorView.rootWindowInsets.systemWindowInsetBottom
|
||||
sheetBehavior.peekHeight = 380.dpToPx + height
|
||||
sheetBehavior.peekHeight = 500.dpToPx + height
|
||||
|
||||
sheetBehavior.addBottomSheetCallback(
|
||||
object : BottomSheetBehavior.BottomSheetCallback() {
|
||||
|
Loading…
Reference in New Issue
Block a user