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

Commit 70de03d4 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android Git Automerger
Browse files

am f8e3ac85: Merge change Ifa8ab30e into eclair

Merge commit 'f8e3ac85' into eclair-mr2

* commit 'f8e3ac85':
  In onKeyUp for DPAD_CENTER, show the IME for text input.
parents 70271e3b f8e3ac85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3480,6 +3480,7 @@ public class WebView extends AbsoluteLayout
            }
            if (isTextInput) {
                rebuildWebTextView();
                displaySoftKeyboard(true);
            }
            return true;
        }