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

Commit 026bb684 authored by John Reck's avatar John Reck
Browse files

Monkeys are touching my destroyed stuff

 Bug: 6443402

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