mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 18:53:29 +00:00
ubdo debugging items
This commit is contained in:
@@ -43,7 +43,6 @@ 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..."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user