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

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

Merge "Fix bug 3083631 - Links no longer get tapped during scale gestures" into gingerbread

parents 1bc3a407 d7bd2eb0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5039,6 +5039,8 @@ public class WebView extends AbsoluteLayout
                    if (!mAllowPanAndScale) {
                        return true;
                    }
                    mPrivateHandler.removeMessages(SWITCH_TO_SHORTPRESS);
                    mPrivateHandler.removeMessages(SWITCH_TO_LONGPRESS);
                }
                x = mScaleDetector.getFocusX();
                y = mScaleDetector.getFocusY();