We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to use MvxPhoneCallTask plugin (IMvxComposeEmailTask) ComposeEmail(string to, string cc = null, string subject = null, string body = null, bool isHtml = false, string dialogTitle = null)
dialog appeared with list of apps, supported emails
Click on any place not on the dialog to cancel sending email
App should not crash
App crashes with object reference exception on MvxComposeEmailTask.ProcessMvxIntentResult. filesToDelete is null
Version: 5.0.3
Platform:
The text was updated successfully, but these errors were encountered:
This is already fixed in 5.0.6 be5c99a
Sorry, something went wrong.
You are right @jz5, thanks! #1996 contains a fix for this.
No branches or pull requests
Steps to reproduce
Try to use MvxPhoneCallTask plugin (IMvxComposeEmailTask)
ComposeEmail(string to, string cc = null, string subject = null, string body = null, bool isHtml = false, string dialogTitle = null)
dialog appeared with list of apps, supported emails
Click on any place not on the dialog to cancel sending email
Expected behavior
App should not crash
Actual behavior
App crashes with object reference exception on MvxComposeEmailTask.ProcessMvxIntentResult. filesToDelete is null
Configuration
Version: 5.0.3
Platform:
The text was updated successfully, but these errors were encountered: