You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
One possible solution is locking and unlocking SlidrInterface within OnTouchListener (lock on ACTION_DOWN and unlock on ACTION_CANCEL) of adapter item's view (ViewHolder's or Fragment's root view).
One possible solution is locking and unlocking SlidrInterface within OnTouchListener (lock on ACTION_DOWN and unlock on ACTION_CANCEL) of adapter item's view (ViewHolder's or Fragment's root view).
this doesnt seem to work. The gesture still happens to work
Ok it worked. but for the first time it doesnt unlock. only when i have clicked outside the pager once then i am able to use to gesture. Is there a way where its immediate?
Edit: It worked. I had to use MOVE instead of ACTION DOWN
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How can i stop the gesture from working when interacting with a pager adapter or even a horizontal recycler view
The text was updated successfully, but these errors were encountered: