[fenix] For https://github.com/mozilla-mobile/fenix/issues/26517 - Create wallpaper v2 feature flag

pull/600/head
Noah Bond 2 years ago committed by mergify[bot]
parent c974dbeb78
commit 0f62f360ed

@ -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
}

Loading…
Cancel
Save