Introduce BiometricsAuthenticationPresenter

This commit is contained in:
ismailgulek
2020-09-30 15:17:10 +03:00
parent abac81fa87
commit 49bd6bf63b
5 changed files with 92 additions and 35 deletions
@@ -176,7 +176,7 @@ final class PinCodePreferences: NSObject {
}
var isBiometricsSet: Bool {
return biometricsEnabled == true && canUseBiometricsToUnlock == true
return biometricsEnabled == true && (canUseBiometricsToUnlock ?? true)
}
func localizedBiometricsName() -> String? {