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

Commit 62e42b7f authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Add a flag for TaskStackTransitionObserver

Bug: 341932484
Flag: EXEMPT adding the flag itself
Test: None
Change-Id: I3174671b0cb5f39c8f226c460968e7b186746475
parent 235bf98e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -106,3 +106,10 @@ flag {
    description: "Whether to apply Camera Compat treatment to fixed-orientation apps in desktop windowing mode"
    bug: "314952133"
}

flag {
    name: "enable_task_stack_observer_in_shell"
    namespace: "lse_desktop_experience"
    description: "Introduces a new observer in shell to track the task stack."
    bug: "341932484"
}