We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d366fb + 44b1175 commit d011fb6Copy full SHA for d011fb6
2 files changed
app/src/main/java/com/cornellappdev/resell/android/ui/screens/root/RootSheetOverlay.kt
@@ -37,7 +37,7 @@ fun RootSheetOverlay(
37
ModalBottomSheet(
38
onDismissRequest = onDismissRequest,
39
sheetState = sheetState,
40
- windowInsets = WindowInsets(0.dp),
+ contentWindowInsets = { WindowInsets(0.dp) },
41
containerColor = Color.White,
42
) {
43
gradle/libs.versions.toml
@@ -22,7 +22,7 @@ kotlinxCoroutinesCore = "1.8.1"
22
kotlinxSerializationJsonVersion = "1.6.0"
23
lifecycleRuntimeKtx = "2.8.5"
24
activityCompose = "1.9.2"
25
-composeBom = "2024.04.01"
+composeBom = "2025.01.00"
26
lifecycleRuntimeKtxVersion = "<version>"
27
lifecycleViewmodelKtx = "<version>"
28
loggingInterceptor = "4.11.0"
0 commit comments