Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I investigated and see that
mIsPromptShowing
ofBiometricViewModel
class hasn't set to false when user dismiss BiometricPrompt by pressCancel
button after successful authentication with Face Recognition.My workaround solution is using reflection to set the field to false before relaunch BiometricPrompt.
BUILD INFO
STEPS TO REPRODUCE [Be as specific as possible please]
Cancel
button after successful authenticationEXPECTED RESULTS: BiometricPrompt is displayed
OBSERVED RESULTS: No BiometricPrompt is displayed
NUMBER OF TIMES YOU WERE ABLE TO REPRODUCE (e.g. 3/10): 10/10