Pin unlock : hides behind feature flag (disabled by default)

This commit is contained in:
ganfra 2023-10-11 20:36:30 +02:00
parent ea0963c0c8
commit 304ec0b740
7 changed files with 31 additions and 11 deletions

View file

@ -36,6 +36,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
FeatureFlags.Polls -> true
FeatureFlags.NotificationSettings -> true
FeatureFlags.VoiceMessages -> false
FeatureFlags.PinUnlock -> false
}
} else {
false