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

Update outdated comment #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/open_mail_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ class OpenMailApp {
}
return OpenMailAppResult(didOpen: result);
} else {
// This isn't ideal since you can't do anything with this...
// Need to adapt the flow with that popup to also allow to pass emailcontent there.
// There are multiple mail apps installed
// You can show a MailAppPickerDialog(mailApps: result.options, emailContent: emailContent) to allow the user to pick an option
return OpenMailAppResult(didOpen: false, options: installedApps);
}
} else {
Expand Down