ScrollListener triggering while swiping up on itemView
agonavd opened this issue · 1 comments
agonavd commented
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.
yarolegovich commented
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.