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

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.