Revert "Revert "Enable the Compose implementation of the QS footer actions""
This reverts commit eb2fcb3aec93bc212ec53fb68e87a8b7ea55a6b6.
Reason for revert: Bug b/299104543 fixed in http://ag/24664828
Change-Id: Ic18aa7c60287ec6e78de0b8a9ff4be350863e6b3
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index b0d73c9..9de753d 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -793,7 +793,7 @@
/** 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