Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intercept touch events for both TouchMode vales. In the case of my app, BifacialView is inside a ViewPager. Everything is ok with TouchMode.DELIMITER, but touch gestures were confusing using TouchMode.ALL (BifacialView sets new position, but parent viewPager starts swiping too!). This fixes my bug :)
- Loading branch information