I have a BottomSheetScaffold and I use `rememberBottomSheetScaffoldState` . Can I save the state whe...
a
I have a BottomSheetScaffold and I use
rememberBottomSheetScaffoldState
. Can I save the state when I navigate away from the screen? I use
compose-navigation
and it seems that even the ViewModel gets reinitialized.