Skip to content

Commit 0094032

Browse files
committed
Adding missing modifier
1 parent 243d028 commit 0094032

File tree

1 file changed

+1
-0
lines changed
  • compose/snippets/src/main/java/com/example/compose/snippets/components

1 file changed

+1
-0
lines changed

compose/snippets/src/main/java/com/example/compose/snippets/components/Navigation.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ fun NavigationBarExample(modifier: Modifier = Modifier) {
105105
var selectedDestination by rememberSaveable { mutableIntStateOf(startDestination.ordinal) }
106106

107107
Scaffold(
108+
modifier = modifier,
108109
bottomBar = {
109110
NavigationBar(windowInsets = NavigationBarDefaults.windowInsets) {
110111
Destination.entries.forEachIndexed { index, destination ->

0 commit comments

Comments
 (0)