79816384

Date: 2025-11-11 08:28:23
Score: 1.5
Natty:
Report link

You can try with LaunchedEffect in your LazyColumn.

And use snapTo , resetState animates again.

LaunchedEffect(item.id) {
    dismissState.snapTo(SwipeToDismissBoxValue.Settled)
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tigran Parsadanyan