Closes #26966: enable wallpapers V2

This commit is contained in:
MatthewTighe 2022-09-13 11:54:11 -07:00 committed by mergify[bot]
parent 7c1555e4e7
commit 6f24fadebb
1 changed files with 1 additions and 1 deletions

View File

@ -117,5 +117,5 @@ object FeatureFlags {
/**
* Enables the wallpaper v2 enhancements.
*/
val wallpaperV2Enabled = Config.channel.isDebug
const val wallpaperV2Enabled = true
}