Skip to content

Commit

Permalink
Setting decorFitsSystemWindows = true to fix ui bug on Android 11
Browse files Browse the repository at this point in the history
  • Loading branch information
theolm committed Jan 21, 2024
1 parent f498aaa commit e0b3b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ fun AdaptiveSheet(

private val dialogProperties = DialogProperties(
usePlatformDefaultWidth = false,
decorFitsSystemWindows = false,
decorFitsSystemWindows = true,
)

0 comments on commit e0b3b98

Please sign in to comment.