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

Commit e4304719 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

* commit '157fea65':
  Do not adjust child windows placement for fit to display.
parents 3a0697fb 157fea65
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;