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

Commit d2e58a4b authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Remove enabled flag update_root_task_layer_only_with_transition" into main

parents e1c4aef8 85c711fd
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -130,17 +130,6 @@ flag {
    is_fixed_read_only: true
}

flag {
  name: "update_root_task_layer_only_with_transition"
  namespace: "windowing_frontend"
  description: "Avoid changing root task layer outside transition"
  bug: "385142011"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "do_not_force_wallpaper_for_freeform_task"
  namespace: "windowing_frontend"
+0 −1
Original line number Diff line number Diff line
@@ -650,7 +650,6 @@ final class TaskDisplayArea extends DisplayArea<WindowContainer> {

    void assignRootTaskOrdering(SurfaceControl.Transaction t) {
        if (!mTransitionController.mBuildingTransitionLayers
                && com.android.window.flags.Flags.updateRootTaskLayerOnlyWithTransition()
                && mTransitionController.isShellTransitionsEnabled()) {
            // All root tasks can be organized, so handle them centrally by shell transitions.
            return;