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

Commit fde23e39 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ic66f68a7 into eclair-mr2

* changes:
  Fix a null pointer exception caught by the monkey.
parents 9eca703d c66f68a7
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.