mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 09:17:58 +00:00
Small improvement
This commit is contained in:
parent
bfdfc0baa2
commit
60d7ce942c
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
Intent intent = new Intent(Intent.ACTION_SEND);
|
||||
intent.setType("text/plain");
|
||||
intent.putExtra(Intent.EXTRA_SUBJECT, getString(R.string.app_name));
|
||||
intent.putExtra(Intent.EXTRA_TEXT, getString(R.string.title_try) + "\n\nhttps://email.faircode.eu/");
|
||||
intent.putExtra(Intent.EXTRA_TEXT, getString(R.string.title_try) + "\n\nhttps://email.faircode.eu/\n\n");
|
||||
return intent;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue