android - Recyclerview - how to disable vertical scrolling on item swipe (fling) -


simple question - how disable recyclerview scrolling while swiping item? created ontouchlistener inside recyclerview item view holder, catches swipe events if user makes straight horizontal line. otherwise recycler list scrolling. ideas?

i'm facing opposite problem. if using itemtouchhelper, this

mitemtouchhelper.startswipe(myviewholder);  

this force swipe instead of scroll.


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -