Fixed Feature Request P2 Add Hotlist Status UpdateNo update yet.Descriptionst...@google.com created issue #1Mar 24, 2022 01:56PMThere is a common usage pattern for SwipeToDismissBox which we can support better with an additional overload: LaunchedEffect(state.currentValue) { if (state.currentValue == SwipeToDismissValue.Dismissed) { state.snapTo(SwipeToDismissValue.Default) onDismiss() } } SwipeToDismissBox( state = state, ) { isBackground -> /* Content goes here */ } Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Mar 24, 2022 04:12PMHi. Thanks for reporting this. Fixed in this changelist. This should be available in alpha-04 st...@google.com <st...@google.com> Mar 24, 2022 04:12PMMarked as fixed.Add comment Comment
Description
There is a common usage pattern for SwipeToDismissBox which we can support better with an additional overload: