Until version 11.1.0 when there are multiple requests for permission on Android the app crashes #1059. This can be reproduced in the example app when it is running on the Samsung A546B and the Authenticate button is clicked multiple times very fast.
This PR adds a check flag to prevent sending new permission requests if one is already requested.
Until version 11.1.0 when there are multiple requests for permission on Android the app crashes #1059. This can be reproduced in the example app when it is running on the Samsung A546B and the
Authenticate
button is clicked multiple times very fast.This PR adds a check flag to prevent sending new permission requests if one is already requested.