mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Reduced logging
This commit is contained in:
@@ -2247,7 +2247,7 @@ public class Helper {
|
||||
|
||||
@Override
|
||||
public void onAuthenticationError(final int errorCode, @NonNull final CharSequence errString) {
|
||||
if (isCancelled(errorCode))
|
||||
if (isCancelled(errorCode) || errorCode == BiometricPrompt.ERROR_UNABLE_TO_PROCESS)
|
||||
Log.w("Authenticate biometric error " + errorCode + ": " + errString);
|
||||
else
|
||||
Log.e("Authenticate biometric error " + errorCode + ": " + errString);
|
||||
|
||||
Reference in New Issue
Block a user