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

Commit b99a3b85 authored by Bhavuk Jain's avatar Bhavuk Jain
Browse files

Converted released flag to unreleased flag for wallpaper picker for

creative categories

This CL aims at turning the flag off for picker for creative categories
in build where it is not needed.

Bug: b/281530539
Test: Tested by building and flashing on local and turning off the flag
Change-Id: I14b95d2fe31f9bb11c6d87363894e96ac88cbcb1
parent c48c4fc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -201,7 +201,7 @@ object Flags {
    // TODO(b/267722622): Tracking Bug
    // TODO(b/267722622): Tracking Bug
    @JvmField
    @JvmField
    val WALLPAPER_PICKER_UI_FOR_AIWP =
    val WALLPAPER_PICKER_UI_FOR_AIWP =
            releasedFlag(
            unreleasedFlag(
                    229,
                    229,
                    "wallpaper_picker_ui_for_aiwp"
                    "wallpaper_picker_ui_for_aiwp"
            )
            )