mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Improve mailbox pairing strings
This commit is contained in:
@@ -91,11 +91,8 @@ public class SetupDownloadFragment extends Fragment {
|
||||
|
||||
private void shareLink(View v) {
|
||||
Context ctx = requireContext();
|
||||
String fdroid = ctx.getString(R.string.mailbox_share_fdroid);
|
||||
String gplay = ctx.getString(R.string.mailbox_share_gplay);
|
||||
String download = ctx.getString(R.string.mailbox_share_download);
|
||||
String text = ctx.getString(R.string.mailbox_share_text, fdroid, gplay,
|
||||
download);
|
||||
String text = ctx.getString(R.string.mailbox_share_text, download);
|
||||
|
||||
Intent sendIntent = new Intent();
|
||||
sendIntent.setAction(ACTION_SEND);
|
||||
|
||||
Reference in New Issue
Block a user