infinum / Android-Goldfinger

Android library to simplify Biometric authentication implementation.
Apache License 2.0
654 stars 76 forks source link

Fix user cancel error #44

Closed mariciv closed 5 years ago

mariciv commented 5 years ago

Small fix to expose a user cancel action. I notice this on Samsung s10 where a user can cancel fingerprint reading. This device has an overlay while the device fingerprint reader is active. When the user dismisses this overlay the error occurs. Currently, this is a critical UNKNOWN error.

I prepared readme for a new version and added changelog since it is missing in the library.