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

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

Fix IME layout

am: d450aa9a

* commit 'd450aa9a':
  Fix IME layout

Change-Id: I2aa5f3b8d98d95c5a097632cd4746a812028fe1e
parents 46eb6fde d450aa9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2608,7 +2608,7 @@ final class WindowState implements WindowManagerPolicy.WindowState {
        final int ph = containingFrame.height();
        final Task task = getTask();
        final boolean nonFullscreenTask = isInMultiWindowMode();
        final boolean fitToDisplay = task != null && !nonFullscreenTask && !layoutInParentFrame();
        final boolean fitToDisplay = (task == null || !nonFullscreenTask) && !layoutInParentFrame();
        float x, y;
        int w,h;