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

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

Fix minor issue with IME

am: 7a4fd5e1

* commit '7a4fd5e1':
  Fix minor issue with IME

Change-Id: I438c2f5f12bd0f2ad40c3c5da944a74ac7042f0e
parents 6c7926ef 7a4fd5e1
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;
    }