summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Catherine Liang <cathliang@google.com> 2023-08-03 20:10:22 +0000
committer Catherine Liang <cathliang@google.com> 2023-08-16 19:42:07 +0000
commitabfe315b0627aca3f55dbd5ce882d208554d8015 (patch)
tree7c7445d6b606b4dc2242d4737222d874818944a4
parent9a3027b93b527f32d2a3c9930927901bd0b8fd11 (diff)
Enable wallpaper_picker_preview_animation for Droidfood
Bug: 274443705 Test: manually verified Change-Id: I8d138031493b610fd97d733bf9991a9a9acd0ab1
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index b92bf6b61669..c2ced543e521 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -285,11 +285,7 @@ object Flags {
/** Enables preview loading animation in the wallpaper picker. */
// TODO(b/274443705): Tracking Bug
@JvmField
- val WALLPAPER_PICKER_PREVIEW_ANIMATION =
- unreleasedFlag(
- "wallpaper_picker_preview_animation",
- teamfood = true
- )
+ val WALLPAPER_PICKER_PREVIEW_ANIMATION = releasedFlag("wallpaper_picker_preview_animation")
/** Stop running face auth when the display state changes to OFF. */
// TODO(b/294221702): Tracking bug.