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

Commit e322c00c authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Remove fix_no_container_update_without_resize flag" into main

parents 6d1c2f52 fa11aef9
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -108,17 +108,6 @@ flag {
    }
}

flag {
    namespace: "windowing_sdk"
    name: "fix_no_container_update_without_resize"
    description: "Fix the containers not being updated when the Task is brought to front and has the same configuration"
    bug: "344721335"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "windowing_sdk"
    name: "ae_back_stack_restore"
+1 −1
Original line number Diff line number Diff line
@@ -906,7 +906,7 @@ public class SplitController implements JetpackTaskFragmentOrganizer.TaskFragmen

        if (taskContainer.isVisible()) {
            updateContainersInTask(wct, taskContainer);
        } else if (Flags.fixNoContainerUpdateWithoutResize()) {
        } else {
            // the TaskFragmentContainers need to be updated when the task becomes visible
            taskContainer.mTaskFragmentContainersNeedsUpdate = true;
        }