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

Commit cc5ece6c authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "Do not adjust child windows placement for fit to display." into nyc-dev am: 157fea65

am: e4304719

* commit 'e4304719':
  Do not adjust child windows placement for fit to display.
parents 4746c688 e4304719
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2528,7 +2528,7 @@ final class WindowState implements WindowManagerPolicy.WindowState {
        final int ph = mContainingFrame.height();
        final Task task = getTask();
        final boolean nonFullscreenTask = inMultiWindowMode();
        final boolean fitToDisplay = task != null && !task.isFloating();
        final boolean fitToDisplay = task != null && !task.isFloating() && !layoutInParentFrame();
        float x, y;
        int w,h;