For #26517 - Create wallpaper v2 feature flag

This commit is contained in:
Noah Bond 2022-08-18 08:48:38 -07:00 committed by mergify[bot]
parent f5695e8418
commit 9d4c975c68
1 changed files with 5 additions and 0 deletions

View File

@ -107,4 +107,9 @@ object FeatureFlags {
* Enables the wallpaper onboarding.
*/
val wallpaperOnboardingEnabled = Config.channel.isDebug
/**
* Enables the wallpaper v2 enhancements.
*/
val wallpaperV2Enabled = Config.channel.isDebug
}