mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added remark
This commit is contained in:
@@ -2340,7 +2340,7 @@ public class Helper {
|
||||
|
||||
private boolean isHardwareFailure(int errorCode) {
|
||||
return (errorCode == BiometricPrompt.ERROR_HW_UNAVAILABLE ||
|
||||
errorCode == BiometricPrompt.ERROR_NO_BIOMETRICS ||
|
||||
errorCode == BiometricPrompt.ERROR_NO_BIOMETRICS || // No fingerprints enrolled.
|
||||
errorCode == BiometricPrompt.ERROR_HW_NOT_PRESENT ||
|
||||
errorCode == BiometricPrompt.ERROR_NO_DEVICE_CREDENTIAL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user