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

Commit f373777d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix IME insets animation applies again when restartInput called" into rvc-dev am: e2cd0a6b

Change-Id: Ie4a9b1f633d1ed9fc2d2523e2b0abb37c7f0c43e
parents ad84f543 e2cd0a6b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3106,10 +3106,14 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
                    MSG_SHOW_SOFT_INPUT, getImeShowFlags(), reason, mCurMethod, resultReceiver,
                    showInputToken));
            mInputShown = true;

            if (mHaveConnection && !mVisibleBound) {
                bindCurrentInputMethodServiceLocked(
                        mCurIntent, mVisibleConnection, IME_VISIBLE_BIND_FLAGS);
                mVisibleBound = true;
            } else {
                // Clear the show request after the input shown.
                mShowRequested = false;
            }
            res = true;
        } else if (mHaveConnection && SystemClock.uptimeMillis()