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

Commit c7b29fbb authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix a bug that could cause improper detection of long press selection...

Merge "Fix a bug that could cause improper detection of long press selection mode in WebView after a scale gesture"
parents c66f16ec 0a8bf864
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4872,6 +4872,7 @@ public class WebView extends AbsoluteLayout
            if (detector.isInProgress()) {
                mLastTouchTime = eventTime;
                cancelLongPress();
                mPrivateHandler.removeMessages(SWITCH_TO_LONGPRESS);
                if (!mZoomManager.supportsPanDuringZoom()) {
                    return true;
                }