Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c11a92b authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 4a53b519: am 2cd50c9d: Merge "Don\'t long press if preventDefault is called" into jb-dev

* commit '4a53b519':
  Don't long press if preventDefault is called
parents 0a406096 4a53b519
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -661,6 +661,7 @@ final class WebViewInputDispatcher {
                        // Web kit has decided to consume the event!
                        if (d.mEventType == EVENT_TYPE_TOUCH) {
                            enqueueUiCancelTouchEventIfNeededLocked();
                            unscheduleLongPressLocked();
                        }
                    } else {
                        // Web kit is being friendly.  Pass the event to the UI.