Skip to content
New issue

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

App crash will null reference exception after cancelling sending email #1978

Closed
1 task done
DmitryNikiforov opened this issue Jun 21, 2017 · 2 comments
Closed
1 task done
Labels
t/bug Bug type up-for-grabs Issues up for grabs by anyone
Milestone

Comments

@DmitryNikiforov
Copy link

DmitryNikiforov commented Jun 21, 2017

Steps to reproduce

  1. Try to use MvxPhoneCallTask plugin (IMvxComposeEmailTask)
    ComposeEmail(string to, string cc = null, string subject = null, string body = null, bool isHtml = false, string dialogTitle = null)

  2. dialog appeared with list of apps, supported emails

  3. 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:

  • Android
@martijn00 martijn00 added t/bug Bug type up-for-grabs Issues up for grabs by anyone labels Jul 20, 2017
@jz5
Copy link
Contributor

jz5 commented Aug 19, 2017

This is already fixed in 5.0.6
be5c99a

@nmilcoff
Copy link
Contributor

You are right @jz5, thanks! #1996 contains a fix for this.

@martijn00 martijn00 added this to the 5.0.6 milestone Oct 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t/bug Bug type up-for-grabs Issues up for grabs by anyone
Development

No branches or pull requests

4 participants