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

Commit 0a8bf864 authored by Adam Powell's avatar Adam Powell
Browse files

Fix a bug that could cause improper detection of long press selection mode in...

Fix a bug that could cause improper detection of long press selection mode in WebView after a scale gesture

Change-Id: I171ccad91ddc7e7983664dbf52d3104508493538
parent 806b717b
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;
                }