swipe
swipe copied to clipboard
How do I detect swipe?
I can't detect swipe. These doen't work:
val actionsState = rememberSwipeableActionsState()
val offset by actionsState.offset // Doesn't change value. Always 0.0
actionsState.isResettingOnRelease // Doesn't change value. Always false
Thanks.
Are you not receiving callbacks to SwipeAction#onSwipe
for your actions?