Skip to content

Commit

Permalink
draw bottom sheet scrim behind the system bars
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Aug 13, 2023
1 parent 283b488 commit a3266b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ private fun MaterialBottomSheetDialog(
}
ModalBottomSheet(
sheetState = state,
onDismissRequest = onDismissRequest
onDismissRequest = onDismissRequest,
windowInsets = WindowInsets(0)
) {
Column(
modifier = Modifier.padding(
Expand Down

0 comments on commit a3266b6

Please sign in to comment.