1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-21 18:53:29 +00:00

do not implement UnhandledExceptionRaiser

This commit is contained in:
Kyle Spearrin
2017-06-08 15:13:58 -04:00
parent 67aa583709
commit 72b18eadf3
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ namespace Bit.Android
emailIntent.PutExtra(Intent.ExtraEmail, new String[] { "hello@bitwarden.com" });
emailIntent.PutExtra(Intent.ExtraSubject, "bitwarden Crash Report");
emailIntent.PutExtra(Intent.ExtraText, text);
//emailIntent.SetFlags(ActivityFlags.NewTask);
Application.Context.StartActivity(Intent.CreateChooser(emailIntent, "Send mail..."));
}