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

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

Merge change Ifa8ab30e into eclair

* changes:
  In onKeyUp for DPAD_CENTER, show the IME for text input.
parents 2cb6b7fb 9d1abc43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3410,6 +3410,7 @@ public class WebView extends AbsoluteLayout
            }
            if (isTextInput) {
                rebuildWebTextView();
                displaySoftKeyboard(true);
            }
            return true;
        }