We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243d028 commit 0094032Copy full SHA for 0094032
compose/snippets/src/main/java/com/example/compose/snippets/components/Navigation.kt
@@ -105,6 +105,7 @@ fun NavigationBarExample(modifier: Modifier = Modifier) {
105
var selectedDestination by rememberSaveable { mutableIntStateOf(startDestination.ordinal) }
106
107
Scaffold(
108
+ modifier = modifier,
109
bottomBar = {
110
NavigationBar(windowInsets = NavigationBarDefaults.windowInsets) {
111
Destination.entries.forEachIndexed { index, destination ->
0 commit comments