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

Commit 759b390f authored by Ming-Shin Lu's avatar Ming-Shin Lu Committed by Automerger Merge Worker
Browse files

[RESTRICT AUTOMERGE] Fix Keyboard shown after force stopped app package am: be3f005f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12999438

Change-Id: I709e4dc13d3d1659ca8214c6b0659a66fdca65a2
parents 557f9557 be3f005f
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3274,9 +3274,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");