Skip to content

Commit

Permalink
Stop catching Android click events
Browse files Browse the repository at this point in the history
Servo already can simulate clicks from multiple tap events

fixes #22702
  • Loading branch information
Manishearth committed Jan 16, 2019
1 parent 7c043f1 commit 82f81fb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -292,7 +292,6 @@ public boolean onTouchEvent(final MotionEvent e) {
}

public boolean onSingleTapUp(MotionEvent e) {
mServo.click((int) e.getX(), (int) e.getY());
return false;
}

Expand Down

0 comments on commit 82f81fb

Please sign in to comment.