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

Commit 5c8334b1 authored by Coco Duan's avatar Coco Duan
Browse files

Disable feature flag LOCKSCREEN_WALLPAPER_DREAM_ENABLED

We've decided not to ship the feature in QPR2, so ramp it down from Teamfood.

Bug: b/285059790
Test: manual
Change-Id: Ia164066dbcf1790a1da48453d964a2e10ec0794e
parent 01c224cd
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -746,8 +746,7 @@ object Flags {
    // 3000 - dream
    // TODO(b/285059790) : Tracking Bug
    @JvmField
    val LOCKSCREEN_WALLPAPER_DREAM_ENABLED =
        unreleasedFlag(name = "enable_lockscreen_wallpaper_dream", teamfood = true)
    val LOCKSCREEN_WALLPAPER_DREAM_ENABLED = unreleasedFlag("enable_lockscreen_wallpaper_dream")

    // TODO(b/283084712): Tracking Bug
    @JvmField val IMPROVED_HUN_ANIMATIONS = unreleasedFlag("improved_hun_animations")