I want to prevent BottomDrawer opening with finger...
# compose
i
I want to prevent BottomDrawer opening with finger, and seems like
gestureEnabled
is what am i looking for, but looks like
gestureEnabled
disable gestures inside BottomDrawer content too. Is there way to disable gestures for bottom drawer, but leave it for its content?
I want to wrap app content into bottom drawer and open it with commands only. But there are many scrollable things inside app, pagers, scroll views etc