Add feature flag

This commit is contained in:
yostyle 2023-08-17 09:32:06 +02:00
parent 07f36b902d
commit eeb6c3f61c
7 changed files with 22 additions and 4 deletions

View file

@ -31,6 +31,7 @@ class BuildtimeFeatureFlagProvider @Inject constructor() :
when (feature) {
FeatureFlags.LocationSharing -> true
FeatureFlags.Polls -> false
FeatureFlags.NotificationSettings -> false
}
} else {
false