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

Commit c474a3cc authored by Fabián Kozynski's avatar Fabián Kozynski
Browse files

Add flag for always composed QSFragmentCompose

Test: no test
Flag: com.android.systemui.always_compose_qs_ui_fragment
Bug: 389985793
Change-Id: I5a89c48511ed73e56e58962a7f13ca599f94717d
parent d9bcdd72
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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