divid3d
06/14/2021, 12:30 PMModalBottomSheetLayout
? I'm looking for solution that would allow to hide bottom sheet only programmatically.darkmoon_uk
06/14/2021, 12:50 PMconfirmStateChange
function in drawerState
{ true }
to always allow, but you can change to { false }
. I'm not sure if programmatic changes are subject to the check...divid3d
06/14/2021, 12:51 PMdarkmoon_uk
06/14/2021, 12:53 PMonDragging...
handler Modifier
and registering one further down the hierarchy to swallow the events before they fall down to the Drawer.gesturesEnabled
flagfalse
will do exactly what you wantdivid3d
06/14/2021, 1:00 PMModalBottomSheetLayout
instead of BottomSheetScaffold
Ch8n
11/18/2021, 11:53 AMBottomSheetScaffold
?