diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 7e8d5496a390..f43b01272000 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -2103,3 +2103,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "always_compose_qs_ui_fragment" + namespace: "systemui" + description: "Have QQS and QS scenes in the Compose fragment always composed, not just when it should be visible." + bug: "389985793" + metadata { + purpose: PURPOSE_BUGFIX + } +}
\ No newline at end of file |