So initial state should be fully visible, but when user swipes down, to have that modal very top still visible, until action is completed, than I wanna have it completely hidden.
s
Stylianos Gakis
07/17/2023, 12:54 PM
Are you perhaps looking for the non-modal version, like the one coming with the scaffold, it has functions like
rememberBottomSheetScaffoldState
and such.
Stylianos Gakis
07/17/2023, 12:55 PM
Otherwise I think the modal one is kind of like a dialog, either it shows fully and disallows actions behind it, or it’s not shown.
At least that’s my understanding of it
k
K Merle
07/17/2023, 1:02 PM
Oh well, so I'm trying to force wrong modal. I'm gonna look at scaffold one, tnx