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

Commit 15cb45cc authored by Louis Chang's avatar Louis Chang Committed by Automerger Merge Worker
Browse files

Merge "Revert "Fix IME insets animation applies again when restartInput...

Merge "Revert "Fix IME insets animation applies again when restartInput called"" into rvc-dev am: 9d042a22 am: ed30ba68 am: bc60d5ba am: 7c2efd6f

Change-Id: I41d8ef52585c2976b0d71a276ae8cfd8a013927d
parents bf911bfe 7c2efd6f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3106,14 +3106,10 @@ 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()