Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

[Bug] [iOS] Email ComposeAsync not awaited correctly  #1917

@elicul

Description

@elicul

Description

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

  1. Call await Email.ComposeAsync(emailMessage)

Expected Behavior

Call should block until user is able to send the email or cancel the operation.

Actual Behavior

The execution immediately proceeds.

Basic Information

  • Version with issue:
    iOS: iOS15.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions