yarolegovich/DiscreteScrollView

ScrollListener triggering while swiping up on itemView

agonavd opened this issue · 1 comments

I have a conflict with scrollListener of the recyclerView and my onTouchListener i added for the itemView.

When I try to swipeUp in the cardview it triggers the scrollListener of recyclerview instead of the onTouchListener i use to recognize the swipeUp in the itemView.

That's how RecyclerView processes touch, the library has nothing to do with it.
I supposed what you need it not a touch listener but a parent that intercepts touches.