Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad00933f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "No need to notify SysUI of ERROR_USER_CANCELED"

parents 4af85a3e aa574f9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public abstract class AuthenticationClient extends ClientMonitor {
            // ERROR_CANCELED message.
            return true;
        }
        if (mBundle != null) {
        if (mBundle != null && error != BiometricConstants.BIOMETRIC_ERROR_USER_CANCELED) {
            try {
                mStatusBarService.onBiometricError(getErrorString(error, vendorCode));
            } catch (RemoteException e) {