You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug:
(when isModal is true)
Even if you set the windowInsets to PaddingValues(0.dp) and containSystemBars = true, the statusBar padding is applied.
Expected Behavior:
window insets are respected. E.g. If no systemBar window insets are added FullyExpanded bottom sheet should overlap top of the screen (edge to edge behaviour)
Note:
The origin of the problem seems to come from:
FlexibleBottomSheet.kt L292
Please complete the following information:
Describe the Bug:
(when isModal is true)
Even if you set the windowInsets to PaddingValues(0.dp) and containSystemBars = true, the statusBar padding is applied.
Expected Behavior:
window insets are respected. E.g. If no systemBar window insets are added FullyExpanded bottom sheet should overlap top of the screen (edge to edge behaviour)
Note:
The origin of the problem seems to come from:
FlexibleBottomSheet.kt L292
The text was updated successfully, but these errors were encountered: