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

Commit 1c8c3c1f authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Make IME less sticky when launching a new app b/31382106" into ub-launcher3-calgary-polish

parents 98c7c2fc 7e83ab90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }
}