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

Commit 7fbe956d authored by Catherine Liang's avatar Catherine Liang Committed by Android (Google) Code Review
Browse files

Merge "Enable wallpaper_picker_preview_animation for Droidfood" into udc-qpr-dev

parents 83cfc036 abfe315b
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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.