From 8af829a7a3a5fba0723f659ef19914ed090558c9 Mon Sep 17 00:00:00 2001 From: Edward Poot Date: Fri, 24 Mar 2023 14:42:24 +0100 Subject: [PATCH] Update outdated comment --- lib/open_mail_app.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/open_mail_app.dart b/lib/open_mail_app.dart index 3908cb7..c00f08a 100644 --- a/lib/open_mail_app.dart +++ b/lib/open_mail_app.dart @@ -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 {