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

Commit 47a0ff16 authored by Galia Peycheva's avatar Galia Peycheva Committed by Android (Google) Code Review
Browse files

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

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

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