Loading src/com/android/launcher3/ExtendedEditText.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading
src/com/android/launcher3/ExtendedEditText.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } }