Enable LocationSharing flag for the release.

This commit is contained in:
Benoit Marty
2023-07-20 22:21:31 +02:00
parent cd3e6c42e2
commit 1c90c32c4e

View File

@@ -29,7 +29,7 @@ class BuildtimeFeatureFlagProvider @Inject constructor() :
override suspend fun isFeatureEnabled(feature: Feature): Boolean {
return if (feature is FeatureFlags) {
when (feature) {
FeatureFlags.LocationSharing -> false
FeatureFlags.LocationSharing -> true
}
} else {
false