mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Make IME less sticky when launching a new app
b/31382106 Change-Id: Iee60a2f7e6a70858623e80d4b8b68154d1941210
This commit is contained in:
@@ -97,6 +97,6 @@ public class ExtendedEditText extends EditText {
|
||||
private boolean showSoftInput() {
|
||||
return requestFocus() &&
|
||||
((InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE))
|
||||
.showSoftInput(this, InputMethodManager.SHOW_FORCED);
|
||||
.showSoftInput(this, InputMethodManager.SHOW_IMPLICIT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user