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

Commit 5fe6eb13 authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Turn on Wallpaper Fullscreen preview

It's been in teamfood since Jan 19

Bug: 242908637
Test: n/a
Change-Id: Iabed1bd05894461dbe2fbc4befcbe76c10c3f6d0
parent 4f197f9a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -208,9 +208,7 @@ object Flags {
        unreleasedFlag(226, "enable_wallet_contextual_loyalty_cards", teamfood = false)

    // TODO(b/242908637): Tracking Bug
    @JvmField
    val WALLPAPER_FULLSCREEN_PREVIEW =
        unreleasedFlag(227, "wallpaper_fullscreen_preview", teamfood = true)
    @JvmField val WALLPAPER_FULLSCREEN_PREVIEW = releasedFlag(227, "wallpaper_fullscreen_preview")

    /** Whether the long-press gesture to open wallpaper picker is enabled. */
    // TODO(b/266242192): Tracking Bug