Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from timschubert/master
Browse files Browse the repository at this point in the history
Fix cancellation of zoom
  • Loading branch information
Tobias Rohloff committed Sep 11, 2019
2 parents a22d110 + 1a9cc39 commit fe8b90f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public boolean onTouchEvent(MotionEvent event) {
trackedEvent.recycle();
break;
case MotionEvent.ACTION_POINTER_DOWN:
case MotionEvent.ACTION_POINTER_UP:
case MotionEvent.ACTION_UP:
case MotionEvent.ACTION_CANCEL:
stopNestedScroll();
Expand Down

0 comments on commit fe8b90f

Please sign in to comment.