From d1379f587a163b14fd36ec537c37f6a8db2e930e Mon Sep 17 00:00:00 2001 From: Jordan Demeulenaere Date: Mon, 31 Jul 2023 16:45:11 +0200 Subject: Enable the Compose implementation of the QS footer actions Bug: 293569320 Test: Manual Change-Id: Ia5b206605d6b57439b7d5351807e162918cc9871 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-59-g8ed1b