Introduce BiometricsAuthenticationPresenter

This commit is contained in:
ismailgulek
2020-09-30 15:17:10 +03:00
parent a9be9f8af6
commit 3423616166
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? {