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

Commit 60f7327a authored by Coco Duan's avatar Coco Duan Committed by Android (Google) Code Review
Browse files

Merge "Disable feature flag LOCKSCREEN_WALLPAPER_DREAM_ENABLED" into main

parents 315abcc9 5c8334b1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -738,8 +738,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")