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

Commit cb2707b1 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "Fixed bug with pop-up window placement at the bottom in split-screen"...

Merge "Fixed bug with pop-up window placement at the bottom in split-screen" into nyc-dev am: 21bbc5a7
am: 9a8e3fa5

* commit '9a8e3fa5':
  Fixed bug with pop-up window placement at the bottom in split-screen

Change-Id: I96d889ad95658b3f841c62d26d646a62d82e3e1d
parents 7731b527 9a8e3fa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -697,7 +697,7 @@ final class WindowState implements WindowManagerPolicy.WindowState {
        // The offset from the layout containing frame to the actual containing frame.
        final int layoutXDiff;
        final int layoutYDiff;
        if (mInsetFrame.isEmpty() && (fullscreenTask || layoutInParentFrame())) {
        if (fullscreenTask || layoutInParentFrame()) {
            // We use the parent frame as the containing frame for fullscreen and child windows
            mContainingFrame.set(pf);
            mDisplayFrame.set(df);