Enable LocationSharing flag for the release.

This commit is contained in:
Benoit Marty 2023-07-20 22:21:31 +02:00
parent 2c11f472ca
commit e1a113e938

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