-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Describe the bug
When using a trailing and leading action on a single element, onSwipeStart will only be called once.
To Reproduce
Steps to reproduce the behavior:
- Partially swipe right.
- Observe that
onSwipeStartwill trigger - End swipe.
- Partially swipe left.
- Oberse that
onSwipeStartwill NOT trigger.
Expected behavior
onSwipeStart should trigger every time a new sequence is started.
Note: it does work when swiping on another SwipableListItem and afterwards returning to the original element.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels