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
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Email Compose Async API is async, however, it immediately returns despite not having completed the Email operation.
This is a problem, because when you show the compose email screen to the user it immediately dissapears and the user is not able to send the email.
Steps to Reproduce
Call await Email.ComposeAsync(emailMessage)
Expected Behavior
Call should block until user is able to send the email or cancel the operation.