Status Update
Comments
tr...@tableau.com <tr...@tableau.com> #2
I'm seeing this as well, and it's happening after navigating to a screen that does not even use compose dependencies. Our flow is:
Non Compose fragment -> Compose fragment -> Non compose fragment -> This crash immediately
Currently troubleshooting, but coming up empty and cannot reproduce on my device, but seeing crashes on client devices.
Non Compose fragment -> Compose fragment -> Non compose fragment -> This crash immediately
Currently troubleshooting, but coming up empty and cannot reproduce on my device, but seeing crashes on client devices.
ig...@gmail.com <ig...@gmail.com> #3
What devices and API levels are you seeing this issue?
Description
- Device type: Galaxy S9+, Galaxy S9
- Biometric library version: 1.0.1
STEPS TO REPRODUCE
[Be as specific as possible please]
1. Configure setDeviceCredentialAllowed to be true
2. In the biometric prompt, tap "Use Pin"
3. Biometric prompt gets canceled
EXPECTED RESULTS
PIN should get prompted, and user should be able to authenticate using device PIN.
OBSERVED RESULTS
Biometric prompt gets canceled
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE
10/10
LOG
2020-06-26 15:48:27.781 1109-1109/? I/vendor.samsung.hardware.biometrics.fingerprint@2.1-service: getAuthenticatorId()
2020-06-26 15:48:27.785 1109-1109/? I/vendor.samsung.hardware.biometrics.fingerprint@2.1-service: authenticate(sid=0, gid=0)
2020-06-26 15:48:27.790 1472-12055/? D/SecContentProvider: query(), uri = 14 selection = isBiometricAuthenticationEnabledAsUser
2020-06-26 15:48:27.790 1472-12055/? D/PasswordPolicy: isBiometricAuthenticationEnabledAsUser(IRIS): return true
2020-06-26 15:48:28.011 1109-18760/? D/vendor.samsung.hardware.biometrics.fingerprint@2.1-service: onAcquired(6, 10001)
2020-06-26 15:48:30.438 1109-1109/? I/vendor.samsung.hardware.biometrics.fingerprint@2.1-service: cancel()
2020-06-26 15:48:30.438 1109-1109/? D/vendor.samsung.hardware.biometrics.fingerprint@2.1-service: onError(5, 0)