I have a BottomSheetScaffold and I use `rememberBo...
# compose
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.