commit | d1379f587a163b14fd36ec537c37f6a8db2e930e | [log] [tgz] |
---|---|---|
author | Jordan Demeulenaere <jdemeulenaere@google.com> | Mon Jul 31 16:45:11 2023 +0200 |
committer | Jordan Demeulenaere <jdemeulenaere@google.com> | Tue Sep 05 10:06:47 2023 +0200 |
tree | 4bc2423db022f8c844ad199604e9a5675c2abc25 | |
parent | ab6b3738112fb9bbdd8265e94593385356f2a1da [diff] |
Enable the Compose implementation of the QS footer actions Bug: 293569320 Test: Manual Change-Id: Ia5b206605d6b57439b7d5351807e162918cc9871
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 30e79e2..d8bc5ff 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 @@ /** 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