diff options
| author | 2025-03-19 20:51:29 -0700 | |
|---|---|---|
| committer | 2025-03-19 20:51:29 -0700 | |
| commit | b1889c38f15359f3dbd438b3de72625dc11a092c (patch) | |
| tree | 88c32025f7ba1348354fdf5565fe82fb142c7e5a | |
| parent | 612a305bd1e12d708ec1a80d8690be5dbc659476 (diff) | |
| parent | 554b2d4d09cc384b131f9953452644a2ea1ee530 (diff) | |
Merge "Add bug fix flag for missing user change callbacks" 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 19455a313a9d..e873dc7c94e8 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig @@ -179,6 +179,16 @@ flag { } flag { + name: "fix_missing_user_change_callbacks" + namespace: "multitasking" + description: "Fix a race condition that could make Shell miss a user change callback." + bug: "404251029" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "enable_bubble_bar_on_phones" namespace: "multitasking" description: "Try out bubble bar on phones" |