Merge "Make IME less sticky when launching a new app b/31382106" into ub-launcher3-calgary-polish
This commit is contained in:
committed by
Android (Google) Code Review
commit
1c8c3c1f05
@@ -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