fix: hide bottom sheet on initial load
This commit is contained in:
parent
339e8c802f
commit
515beefca6
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ fun App() {
|
|||
|
||||
val scaffoldState = rememberBottomSheetScaffoldState(
|
||||
bottomSheetState = rememberStandardBottomSheetState(
|
||||
initialValue = SheetValue.PartiallyExpanded,
|
||||
initialValue = SheetValue.Hidden,
|
||||
skipHiddenState = false
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue