pro100svitlo / FingerprintAuthHelper

A small library that allows You to easily manage fingererprint authentication inside your Activity or Fragment on devices with fingerprint scanner and Android M and higher. Min sdk 14
449 stars 67 forks source link

On Samsung devices (I tested with S9) mFingerprintAuthHelper.startListening() blocks the UI #12

Open beczesz opened 5 years ago

beczesz commented 5 years ago

For some reason only on S9 and S8 I saw this behavior. Since the listener must be started on UI thread this causes a poor UX. I tested with several other devices whose wave fingerprint scanner and works perfectly.