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

Commit 92683084 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Fix minor issue with IME am: 7a4fd5e1

am: 87143197

* commit '87143197':
  Fix minor issue with IME

Change-Id: Idc05aec6cba61bbeeeb6118be67efbac1fdbac78
parents b9154247 87143197
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1774,6 +1774,10 @@ class WindowStateAnimator {
        }
        if (mWin.mAttrs.type == TYPE_INPUT_METHOD) {
            mService.adjustForImeIfNeeded(mWin.mDisplayContent);
            if (isEntrance) {
                mWin.setDisplayLayoutNeeded();
                mService.mWindowPlacerLocked.requestTraversal();
            }
        }
        return mAnimation != null;
    }