Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be4f512c authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Enable WALLPAPER_PICKER_PAGE_TRANSITIONS for dogfood

Bug: 291710220
Flag: WALLPAPER_PICKER_PAGE_TRANSITIONS
Test: teamfood for one month
Change-Id: If6c45dd1e424ba76886e4148a968046ad38a0420
parent afcd2393
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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.