Fix issue in timeline screen.
This commit is contained in:
parent
c79f2ff4d1
commit
89b1034cde
@ -658,7 +658,8 @@ class ExpandingBottomSheetBehavior<V : View> : CoordinatorLayout.Behavior<V> {
|
||||
val insetsType = WindowInsetsCompat.Type.systemBars() or WindowInsetsCompat.Type.ime()
|
||||
val imeInsets = insets.getInsets(insetsType)
|
||||
insetTop = imeInsets.top
|
||||
insetBottom = imeInsets.bottom
|
||||
// Now that edgeToEdge is enabled, disable the bottom padding.
|
||||
insetBottom = 0
|
||||
insetLeft = imeInsets.left
|
||||
insetRight = imeInsets.right
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user