Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[local_auth] Fix incorrect switch fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog authored Jan 28, 2021
1 parent 16f3281 commit 3d724c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public void onAuthenticationError(int errorCode, CharSequence errString) {
return;
}
completionHandler.onError("NotAvailable", "Security credentials not available.");
break;
case BiometricPrompt.ERROR_NO_SPACE:
case BiometricPrompt.ERROR_NO_BIOMETRICS:
if (promptInfo.isDeviceCredentialAllowed()) return;
Expand Down

0 comments on commit 3d724c8

Please sign in to comment.