views:

47

answers:

1

How can I disable swipeLeft()/swipeRight() methods, because it intercepts onRelease() method then I quickly moves the finger?

A: 

I've found the solution: I need invoke onRelease() in swipeLeft().

Scit