Skip to content

onSwipeStart only called once per element #39

@arondeparon

Description

@arondeparon

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:

  1. Partially swipe right.
  2. Observe that onSwipeStart will trigger
  3. End swipe.
  4. Partially swipe left.
  5. Oberse that onSwipeStart will 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions