mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
Fix issue in timeline screen.
This commit is contained in:
@@ -658,7 +658,8 @@ class ExpandingBottomSheetBehavior<V : View> : CoordinatorLayout.Behavior<V> {
|
|||||||
val insetsType = WindowInsetsCompat.Type.systemBars() or WindowInsetsCompat.Type.ime()
|
val insetsType = WindowInsetsCompat.Type.systemBars() or WindowInsetsCompat.Type.ime()
|
||||||
val imeInsets = insets.getInsets(insetsType)
|
val imeInsets = insets.getInsets(insetsType)
|
||||||
insetTop = imeInsets.top
|
insetTop = imeInsets.top
|
||||||
insetBottom = imeInsets.bottom
|
// Now that edgeToEdge is enabled, disable the bottom padding.
|
||||||
|
insetBottom = 0
|
||||||
insetLeft = imeInsets.left
|
insetLeft = imeInsets.left
|
||||||
insetRight = imeInsets.right
|
insetRight = imeInsets.right
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user