You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing switchcompat when biometric is used.
When the biometric prompt is visible and without scanning fingerprint if user presses device back button, prompt gets dismissed.
How to prevent device back button when prompt is visible?
Need resolution asap.
The text was updated successfully, but these errors were encountered:
There's no solution for this currently. It's against material design to do such a thing, but if you really need something like this, a quick workaround would be to override onBackPressed() and show the prompt again
I am implementing switchcompat when biometric is used.
When the biometric prompt is visible and without scanning fingerprint if user presses device back button, prompt gets dismissed.
How to prevent device back button when prompt is visible?
Need resolution asap.
The text was updated successfully, but these errors were encountered: