taljacobson / flutter_mailer

A wrapper on top of MFMailComposeViewController from iOS and Mail Intent on android
MIT License
47 stars 39 forks source link

Send success after activityForResult. #17

Closed robindijkhof closed 4 years ago

robindijkhof commented 4 years ago

This calls mResult.success(null); from the onActivityForResult method. This is called when the user has completed sending the mail.

Had to remove intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);. See this first and second answer.

robindijkhof commented 4 years ago

Fixes: #16