Hi there
I am using the vanilla boilerplate.
The BiometricManager shows a prompt to grant / deny access when requestAccess is called.
Now if the end user does not grant access and calls requestAccess again, the prompt is not shown and isAccessRequested is always set to true. This way the user cannot now grant access if initially they did not.
Is there a way around this?