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
ConfirmAsync blocks indefinitely on android if dialog dismissed by clicking outside it.
This is because the task result is only set if the positive or negative buttons are clicked, if the user dismisses the dialog by clicking outside it then the async call will never complete.
The text was updated successfully, but these errors were encountered:
ConfirmAsync blocks indefinitely on android if dialog dismissed by clicking outside it.
This is because the task result is only set if the positive or negative buttons are clicked, if the user dismisses the dialog by clicking outside it then the async call will never complete.
The text was updated successfully, but these errors were encountered: