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

Commit abfe315b authored by Catherine Liang's avatar Catherine Liang
Browse files

Enable wallpaper_picker_preview_animation for Droidfood

Bug: 274443705
Test: manually verified
Change-Id: I8d138031493b610fd97d733bf9991a9a9acd0ab1
parent 9a3027b9
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.