Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56e98354 authored by Natnael Belay's avatar Natnael Belay Committed by Android (Google) Code Review
Browse files

Merge "Update to latest M3 bottom sheet parameter name" into main

parents 6ff19a6b 7df26086
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ fun ModalBottomSheet(
                },
                scrimColor = MaterialTheme.colorScheme.scrim.copy(alpha = .32f),
                shape = EntryShape.TopRoundedCorner,
                windowInsets = WindowInsets.navigationBars,
                contentWindowInsets = { WindowInsets.navigationBars },
                dragHandle = null,
                // Never take over the full screen. We always want to leave some top scrim space
                // for exiting and viewing the underlying app to help a user gain context.