add title to chooser
This commit is contained in:
parent
6f8d04d164
commit
f67d28ec40
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class DislikeOsmAndBottomSheetDialogFragment extends MenuBottomSheetDialo
|
|||
Intent sendEmail = new Intent(Intent.ACTION_SENDTO);
|
||||
sendEmail.setData(Uri.parse("mailto:" + email));
|
||||
sendEmail.putExtra(Intent.EXTRA_EMAIL, email);
|
||||
startActivity(Intent.createChooser(sendEmail, "Send Email"));
|
||||
startActivity(Intent.createChooser(sendEmail, getString(R.string.send_report)));
|
||||
dismiss();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue