Biometric-Auth-Sample
Biometric-Auth-Sample copied to clipboard
Fix for missing return statements
return
statements added to fire callback(s) on time.
I tested on my device (LG G4 running w/ Android 6.0 has no any biometric auth related software & hardware component) & as a result without the return
statements exception thrown.
This PR is not necessary when https://github.com/anitaa1990/Biometric-Auth-Sample/pull/9 gets merged, which I prefer due to additional functionality
@Sammekl PR #9 was opened after this PR (#8) created. Also, PR #9 is based on this comment which I made it before #9 was opened. Thus, there is a small conflict and similarity between #8 and #9. Of course, it is all up to you ;)
Cheers!