mirror of https://github.com/beemdevelopment/Aegis
Let Android handle the lifecycle of BiometricPrompt
We previously stopped/started the biometric prompt every time in onPause/onResume, but that's apparently not necessary (and discouraged according to the documentation). This caused issues where the prompt would get stuck on some devices. While working on this I ran into another issue where AuthActivity was closed and reopened for no reason after rotation of the device, compounding the issue. This patch also fixes that.pull/478/head
parent
6e54497492
commit
291fd5427b
Loading…
Reference in New Issue