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

Commit ff0e8cd8 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Drain any pending touch events immediately if possible" into jb-dev

parents 908c7dcf e666b10d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5753,6 +5753,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc

        if (mInputDispatcher.postPointerEvent(ev, getScrollX(),
                getScrollY() - getTitleHeight(), mZoomManager.getInvScale())) {
            mInputDispatcher.dispatchUiEvents();
            return true;
        } else {
            Log.w(LOGTAG, "mInputDispatcher rejected the event!");