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

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

Merge "Fix bug 4099023 - Phantom clicks on some websites" into honeycomb-mr1

parents f47a1683 a0def722
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5384,7 +5384,8 @@ public class WebView extends AbsoluteLayout
    private boolean shouldForwardTouchEvent() {
        return mFullScreenHolder != null || (mForwardTouchEvents
                && !mSelectingText
                && mPreventDefault != PREVENT_DEFAULT_IGNORE);
                && mPreventDefault != PREVENT_DEFAULT_IGNORE
                && mPreventDefault != PREVENT_DEFAULT_NO);
    }

    private boolean inFullScreenMode() {