Enable MediaGallery in prod.
This commit is contained in:
parent
a96a20a04e
commit
6c104c0602
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ enum class FeatureFlags(
|
||||||
key = "feature.media_gallery",
|
key = "feature.media_gallery",
|
||||||
title = "Allow user to open the media gallery",
|
title = "Allow user to open the media gallery",
|
||||||
description = null,
|
description = null,
|
||||||
defaultValue = { buildMeta -> buildMeta.buildType != BuildType.RELEASE },
|
defaultValue = { true },
|
||||||
isFinished = false,
|
isFinished = false,
|
||||||
),
|
),
|
||||||
EventCache(
|
EventCache(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue