mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 02:36:55 +00:00
Prevent error when user has no email client.
Fixes #10212 Thanks to @ali-khannakhjavani Co-authored-by: ali-khannakhjavani
This commit is contained in:
@@ -156,7 +156,7 @@ public class CommunicationActions {
|
||||
intent.putExtra(Intent.EXTRA_SUBJECT, Util.emptyIfNull(subject));
|
||||
intent.putExtra(Intent.EXTRA_TEXT, Util.emptyIfNull(body));
|
||||
|
||||
context.startActivity(intent);
|
||||
context.startActivity(Intent.createChooser(intent, context.getString(R.string.CommunicationActions_send_email)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user