All new settings moved to BuildSettings

This commit is contained in:
ismailgulek
2020-07-30 15:15:29 +03:00
parent 3d85e64a53
commit c4c39ff54b
6 changed files with 58 additions and 63 deletions

View File

@@ -48,7 +48,7 @@ final class PinCodePreferences: NSObject {
/// Setting to force protection by pin code
var forcePinProtection: Bool {
return RiotSettings.shared.forcePinProtection
return BuildSettings.forcePinProtection
}
var isBiometricsAvailable: Bool {