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

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

Merge "Monkeys are touching my destroyed stuff" into jb-dev

parents e825b3e3 026bb684
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5827,7 +5827,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
                    }
                    data.mSlop = viewToContentDimension(mNavSlop);
                    removeTouchHighlight();
                    if (!mBlockWebkitViewMessages) {
                    if (!mBlockWebkitViewMessages && mWebViewCore != null) {
                        mWebViewCore.sendMessageAtFrontOfQueue(
                                EventHub.HIT_TEST, data);
                    }