Skip to content

Commit 1e49ef7

Browse files
committed
Enable MediaGallery in prod.
1 parent 52af70a commit 1e49ef7

File tree

1 file changed

+1
-1
lines changed
  • libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api

1 file changed

+1
-1
lines changed

libraries/featureflag/api/src/main/kotlin/io/element/android/libraries/featureflag/api/FeatureFlags.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ enum class FeatureFlags(
158158
key = "feature.media_gallery",
159159
title = "Allow user to open the media gallery",
160160
description = null,
161-
defaultValue = { buildMeta -> buildMeta.buildType != BuildType.RELEASE },
161+
defaultValue = { true },
162162
isFinished = false,
163163
),
164164
EventCache(

0 commit comments

Comments
 (0)