Loading core/java/android/window/flags/windowing_sdk.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -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" Loading libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/SplitController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
core/java/android/window/flags/windowing_sdk.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -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" Loading
libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/SplitController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading