diff options
| author | 2025-01-16 18:02:13 -0800 | |
|---|---|---|
| committer | 2025-01-16 18:02:13 -0800 | |
| commit | 39879973e3ca49868296c1105418e925ac51d372 (patch) | |
| tree | f9936d5ac1a057dc16f07f391580be0a7f6078a8 | |
| parent | fe3ec59b320a04fe9f20ddad01bc90cdfa2352a4 (diff) | |
| parent | 82f222ae8fff5c53898c61f165cd798894de2a1a (diff) | |
Merge "Create separate flag for recents bookend transitions" into main
| -rw-r--r-- | libs/WindowManager/Shell/aconfig/multitasking.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index b10b099c970b..e4210261a9fc 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -134,6 +134,16 @@ flag { } flag { + name: "enable_recents_bookend_transition" + namespace: "multitasking" + description: "Use a finish-transition to clean up recents instead of the finish-WCT" + bug: "346588978" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "bubble_view_info_executors" namespace: "multitasking" description: "Use executors to inflate bubble views" |