Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop using onFingerprintNotRecognized() #4

Open
MBontekoning opened this issue May 7, 2017 · 1 comment
Open

Infinite loop using onFingerprintNotRecognized() #4

MBontekoning opened this issue May 7, 2017 · 1 comment

Comments

@MBontekoning
Copy link

Dear @JesusM,

Thanks again for the nice library.

If a fingerprint of a user is not recognized (either due to the user using the wrong finger or just a generic scan error), I would like perform a retry immediately. So in my case for JFingerprintManager.decrypt() in the DecryptionCallback.onFingerprintNotRecognized() I want to call JFingerprintManager.decrypt() again. However, I'm getting an infinite loop now, where DecryptionCallback.onFingerprintNotRecognized() gets called immediately when initializing the secondJFingerprintManager.decrypt().

Is there a way to prevent this? Or is it a bug?

@priyank-thavai
Copy link

Facing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants