commit | ab6b3738112fb9bbdd8265e94593385356f2a1da | [log] [tgz] |
---|---|---|
author | Jordan Demeulenaere <jdemeulenaere@google.com> | Mon Aug 07 13:29:40 2023 +0200 |
committer | Jordan Demeulenaere <jdemeulenaere@google.com> | Tue Sep 05 10:06:45 2023 +0200 |
tree | d10f731a90efb35d1c5bd4647541e85cd68a94f8 | |
parent | 326d1390ca51d55ee87c0d0a498c31950269f5be [diff] |
Enable the Compose implementation of the PeopleSpaceActivity Bug: 293570761 Test: Manual Change-Id: I5d32642c23b071b49f83afc45d0dc34be04c03e5
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 6fa1232..30e79e2 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -770,7 +770,7 @@ /** Enable the Compose implementation of the PeopleSpaceActivity. */ @JvmField - val COMPOSE_PEOPLE_SPACE = unreleasedFlag("compose_people_space") + val COMPOSE_PEOPLE_SPACE = releasedFlag("compose_people_space") /** Enable the Compose implementation of the Quick Settings footer actions. */ @JvmField