diff options
author | 2023-09-27 08:38:18 +0200 | |
---|---|---|
committer | 2023-09-27 08:38:18 +0200 | |
commit | be4f512c5fb4c319e56e3604f5877c35838e546b (patch) | |
tree | 37b50167fe3924554f3873a98f8adb967535ec66 | |
parent | afcd239355037ad2ea651067d356b6347309db4a (diff) |
Enable WALLPAPER_PICKER_PAGE_TRANSITIONS for dogfood
Bug: 291710220
Flag: WALLPAPER_PICKER_PAGE_TRANSITIONS
Test: teamfood for one month
Change-Id: If6c45dd1e424ba76886e4148a968046ad38a0420
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 4b38267d98e8..2cd9fc463a73 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -237,8 +237,7 @@ object Flags { /** Whether page transition animations in the wallpaper picker are enabled */ // TODO(b/291710220): Tracking bug. @JvmField - val WALLPAPER_PICKER_PAGE_TRANSITIONS = - unreleasedFlag("wallpaper_picker_page_transitions", teamfood = true) + val WALLPAPER_PICKER_PAGE_TRANSITIONS = releasedFlag("wallpaper_picker_page_transitions") /** Add "Apply" button to wall paper picker's grid preview page. */ // TODO(b/294866904): Tracking bug. |