Enable LocationSharing flag for the release.
This commit is contained in:
parent
cd3e6c42e2
commit
1c90c32c4e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class BuildtimeFeatureFlagProvider @Inject constructor() :
|
||||||
override suspend fun isFeatureEnabled(feature: Feature): Boolean {
|
override suspend fun isFeatureEnabled(feature: Feature): Boolean {
|
||||||
return if (feature is FeatureFlags) {
|
return if (feature is FeatureFlags) {
|
||||||
when (feature) {
|
when (feature) {
|
||||||
FeatureFlags.LocationSharing -> false
|
FeatureFlags.LocationSharing -> true
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
false
|
false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue