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

Commit 61d14581 authored by Wilson Wu's avatar Wilson Wu Committed by Android (Google) Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] Fix Keyboard shown after force stopped app package" into rvc-qpr-dev

parents 2a1b3c74 be3f005f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3275,9 +3275,6 @@ public class InputMethodManagerService extends IInputMethodManager.Stub

    boolean hideCurrentInputLocked(IBinder windowToken, int flags, ResultReceiver resultReceiver,
            @SoftInputShowHideReason int reason) {
        if (mCurClient == null || mCurClient.curSession == null) {
            return false;
        }
        if ((flags&InputMethodManager.HIDE_IMPLICIT_ONLY) != 0
                && (mShowExplicitlyRequested || mShowForced)) {
            if (DEBUG) Slog.v(TAG, "Not hiding: explicit show not cancelled by non-explicit hide");