diff options
| author | 2023-07-31 16:45:11 +0200 | |
|---|---|---|
| committer | 2023-09-05 10:06:47 +0200 | |
| commit | d1379f587a163b14fd36ec537c37f6a8db2e930e (patch) | |
| tree | 4bc2423db022f8c844ad199604e9a5675c2abc25 | |
| parent | ab6b3738112fb9bbdd8265e94593385356f2a1da (diff) | |
Enable the Compose implementation of the QS footer actions
Bug: 293569320
Test: Manual
Change-Id: Ia5b206605d6b57439b7d5351807e162918cc9871
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 30e79e2e1f6b..d8bc5ff75b61 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -774,7 +774,7 @@ object Flags { /** Enable the Compose implementation of the Quick Settings footer actions. */ @JvmField - val COMPOSE_QS_FOOTER_ACTIONS = unreleasedFlag("compose_qs_footer_actions") + val COMPOSE_QS_FOOTER_ACTIONS = releasedFlag("compose_qs_footer_actions") /** Enable the share wifi button in Quick Settings internet dialog. */ @JvmField |