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

Commit 9d1abc43 authored by Leon Scroggins's avatar Leon Scroggins
Browse files

In onKeyUp for DPAD_CENTER, show the IME for text input.

Fixes http://b/issue?id=2201966

Change-Id: Ifa8ab30e205e21e9e69e9a7405a0a6fc86c6c488
parent 6270d52c
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;
        }