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

Commit fadea1e1 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 am: d176addb

parents 8f60ed56 d176addb
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();
            }