Fixed
Status Update
Comments
ni...@google.com <ni...@google.com> #2
Resetting assignee to `None` in preparation of the triage bash on Thursday June 17th. Please reach out to nickanthony@ if you have any questions.
ma...@google.com <ma...@google.com> #3
moving particular sheets implementation bugs under material alias, keeping swipeable design-related issues to malkov@
jo...@google.com <jo...@google.com>
ma...@yotateam.com <ma...@yotateam.com> #4
I have another case for it. If we want close BottomSheet programmatically, for example by pressing close button
modalBottomSheetState.hide()
user can intercept hiding by taping on the bottom sheet.
We could change draggable state in this case
jo...@google.com <jo...@google.com> #5
This has been addressed in aosp/2569472 and will be released as part of one of the next releases.
da...@pearson.com <da...@pearson.com> #6
Thanks for marking this fixed could you provide a link to "aosp/2569472?"
jo...@google.com <jo...@google.com> #7
Apologies, here is the link:
da...@pearson.com <da...@pearson.com> #8
Thank you!
Description
material-components-android
provides the ability to "setDraggable", which basically allows you to force a bottom sheet to be draggable or not draggable. (It would be good if the compose library could provide this ability as well (as our design system library currently relies on the behavior and we are aiming to have our compose code be 100% consistent with traditional views).