Skip to content

Commit

Permalink
Fix drag event not sent on android
Browse files Browse the repository at this point in the history
  • Loading branch information
aouaki committed Aug 28, 2017
1 parent 86841d6 commit 93a73d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public boolean onTouchEvent(MotionEvent event) {
addPoint(getNewPoint(eventX, eventY));
getParent().requestDisallowInterceptTouchEvent(true);
setIsEmpty(false);
sendDragEventToReact();
dragged = false;
break;

Expand Down

0 comments on commit 93a73d1

Please sign in to comment.