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

Commit a5346670 authored by Catherine Liang's avatar Catherine Liang Committed by Automerger Merge Worker
Browse files

Merge "Enable wallpaper_picker_preview_animation for Droidfood" into udc-qpr-dev am: 7fbe956d

parents 77cd4151 7fbe956d
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.