BottomSheet for maps must be Expanded

This commit is contained in:
Benoit Marty
2026-06-19 11:26:20 +02:00
parent 643ece6af7
commit e98cbdfce1
2 changed files with 2 additions and 2 deletions
@@ -106,7 +106,7 @@ fun ShareLocationView(
val scaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = rememberBottomSheetState(
initialValue = SheetValue.Hidden,
initialValue = SheetValue.Expanded,
)
)
val cameraState = rememberCameraState(firstPosition = MapDefaults.defaultCameraPosition)
@@ -93,7 +93,7 @@ fun ShowLocationView(
val scaffoldState = rememberBottomSheetScaffoldState(
bottomSheetState = rememberBottomSheetState(
initialValue = SheetValue.Hidden,
initialValue = SheetValue.Expanded,
)
)
LaunchedEffect(state.isSheetDraggable) {