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

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

Merge "Add destroyed check"

parents c843642f 8a7e177b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1772,6 +1772,9 @@ public final class WebViewCore {

        @Override
        public boolean dispatchWebKitEvent(MotionEvent event, int eventType, int flags) {
            if (mNativeClass == 0) {
                return false;
            }
            switch (eventType) {
                case WebViewInputDispatcher.EVENT_TYPE_CLICK:
                    return nativeMouseClick(mNativeClass);