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

EnhancedListView consuming events it shouldn't #57

Open
ghost opened this issue Aug 22, 2014 · 0 comments
Open

EnhancedListView consuming events it shouldn't #57

ghost opened this issue Aug 22, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 22, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants