Skip to content

Commit

Permalink
* [android] fix #1102 (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
misakuo authored and sospartan committed Aug 30, 2016
1 parent b7a70f5 commit 5aea5c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ public boolean onTouchEvent(MotionEvent ev) {
MotionEvent down = MotionEvent.obtain(ev);
down.setAction(MotionEvent.ACTION_DOWN);
mHasNotDoneActionDown = false;
down.recycle();
}

if (ev.getAction() == MotionEvent.ACTION_DOWN) {
Expand Down

0 comments on commit 5aea5c6

Please sign in to comment.