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

Commit c5a645f3 authored by Chris Li's avatar Chris Li
Browse files

Flag for waiting for multiple transitions when remove starting window

Flag: EXEMPT add flag
Bug: 362347290
Test: add flag
Change-Id: I065a7102d6d462d28abe17ff7dc3ac5c2c2e866d
parent b91b8b84
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
  }
}