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

Commit cb741240 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Flag for waiting for multiple transitions when remove starting window" into main

parents d1df428b c5a645f3
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -266,3 +266,14 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "remove_starting_window_wait_for_multi_transitions"
  namespace: "windowing_frontend"
  description: "Avoid remove starting window too early when playing multiple transitions"
  bug: "362347290"
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}