Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

EnhancedListView consuming events it shouldn't #57

@ghost

Description

I'm using EnchancedListView with a layout which contains an image and text.
EnchancedListView is set to allow the user to swipe an item left (and left only) to dismiss it. When the user swipes a picture inside the listview right, it should display some data.

Problem is, it seems like even though EnchancedListView is set to only detect left swipes, it also consumes the events of right swipes, so the imageview never gets the onTouch event.

This is a bug since EnchancedListView shouldn't consume a swipe to right event when its set to consume swipe to left event.

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