in Material3 I'm using SwipeToDismissBox() and I n...
# compose
b
in Material3 I'm using SwipeToDismissBox() and I noticed that even with enableDismissFromStartToEnd = false, that when you perform that gesture it bounces a bit, and even lets the background be visible (i.e. remove action icon showing) before forcing it to be closed. on the material3 beta, if you set gesturesEnabled = false, you can prevent any of this from happening, but at the expense of not having any gesture support? Does anyone know if there's a workaround or a plan to have the composable not shift around when enableDismissFromStartToEnd = false?