File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Crane/app/src/main/java/androidx/compose/samples/crane/calendar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import androidx.compose.foundation.layout.ExperimentalLayoutApi
2424import androidx.compose.foundation.layout.PaddingValues
2525import androidx.compose.foundation.layout.Spacer
2626import androidx.compose.foundation.layout.WindowInsets
27- import androidx.compose.foundation.layout.consumedWindowInsets
27+ import androidx.compose.foundation.layout.consumeWindowInsets
2828import androidx.compose.foundation.layout.fillMaxWidth
2929import androidx.compose.foundation.layout.height
3030import androidx.compose.foundation.layout.navigationBars
@@ -83,7 +83,7 @@ fun Calendar(
8383 }
8484
8585 LazyColumn (
86- modifier = modifier.consumedWindowInsets (contentPadding),
86+ modifier = modifier.consumeWindowInsets (contentPadding),
8787 contentPadding = contentPadding
8888 ) {
8989 calendarState.listMonths.forEach { month ->
You can’t perform that action at this time.
0 commit comments