mirror of
https://github.com/servo/servo.git
synced 2025-07-12 18:03:49 +01:00
Auto merge of #22708 - Manishearth:android-click, r=paulrouget
Stop catching Android click events Servo already can simulate clicks from multiple tap events fixes https://github.com/servo/servo/issues/22702 r? @paulrouget <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22708) <!-- Reviewable:end -->
This commit is contained in:
commit
0b5ca81f41
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