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

Commit c66f68a7 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

Fix a null pointer exception caught by the monkey.

parent 86806ce1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3316,7 +3316,9 @@ public class WebView extends AbsoluteLayout
            // our view system's notion of focus
            rebuildWebTextView();
            // Now we need to pass the event to it
            if (inEditingMode()) {
                return mWebTextView.onKeyDown(keyCode, event);
            }
        } else if (nativeHasFocusNode()) {
            // In this case, the cursor is not on a text input, but the focus
            // might be.  Check it, and if so, hand over to the WebTextView.