LockScreen : enable the feature
This commit is contained in:
@@ -53,7 +53,7 @@ enum class FeatureFlags(
|
||||
key = "feature.pinunlock",
|
||||
title = "Pin unlock",
|
||||
description = "Allow user to lock/unlock the app with a pin code or biometrics",
|
||||
defaultValue = false,
|
||||
defaultValue = true,
|
||||
),
|
||||
InRoomCalls(
|
||||
key = "feature.elementcall",
|
||||
|
||||
@@ -38,7 +38,7 @@ class StaticFeatureFlagProvider @Inject constructor() :
|
||||
FeatureFlags.Polls -> true
|
||||
FeatureFlags.NotificationSettings -> true
|
||||
FeatureFlags.VoiceMessages -> true
|
||||
FeatureFlags.PinUnlock -> false
|
||||
FeatureFlags.PinUnlock -> true
|
||||
FeatureFlags.InRoomCalls -> true
|
||||
FeatureFlags.Mentions -> false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user