mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Stop catching Android click events
Servo already can simulate clicks from multiple tap events fixes https://github.com/servo/servo/issues/22702
This commit is contained in:
parent
7c043f1bd8
commit
82f81fb9fd
1 changed files with 0 additions and 1 deletions
|
@ -292,7 +292,6 @@ public class ServoView extends GLSurfaceView
|
|||
}
|
||||
|
||||
public boolean onSingleTapUp(MotionEvent e) {
|
||||
mServo.click((int) e.getX(), (int) e.getY());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue