bryankeltonadams
11/12/2025, 6:37 PMproperties = ModalBottomSheetProperties(
shouldDismissOnBackPress = true
)
but that just makes the back button do nothing, can't use backHandlers or anything. I also still want the swipe to dismiss to fully dismiss so I'm not sure if there's a combo of messing with confirmValueChange + onDismissRequest that works for this situation.Ian Lake
11/12/2025, 6:41 PMbryankeltonadams
11/12/2025, 6:44 PMColton Idle
11/12/2025, 6:47 PMbryankeltonadams
11/12/2025, 6:48 PMimplementation("androidx.navigation3:navigation3-runtime:1.0.0-rc01")
implementation("androidx.navigation3:navigation3-ui:1.0.0-rc01")
implementation("androidx.compose.material3:material3:1.4.0")
implementation("androidx.compose.material3:material3-window-size-class:1.4.0")bryankeltonadams
11/12/2025, 6:48 PM