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

Commit d176addb authored by Galia Peycheva's avatar Galia Peycheva Committed by Automerger Merge Worker
Browse files

Merge "Fix WCT.setBounds not being picked up by Task" into tm-dev am: 47a0ff16

parents 77be4e31 47a0ff16
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2043,7 +2043,7 @@ class Task extends TaskFragment {
        Rect outOverrideBounds = getResolvedOverrideConfiguration().windowConfiguration.getBounds();
        Rect outOverrideBounds = getResolvedOverrideConfiguration().windowConfiguration.getBounds();


        if (windowingMode == WINDOWING_MODE_FULLSCREEN) {
        if (windowingMode == WINDOWING_MODE_FULLSCREEN) {
            if (!mCreatedByOrganizer) {
            if (!isOrganized()) {
                // Use empty bounds to indicate "fill parent".
                // Use empty bounds to indicate "fill parent".
                outOverrideBounds.setEmpty();
                outOverrideBounds.setEmpty();
            }
            }