mirror of
https://github.com/accelforce/Yuito
synced 2024-12-23 13:58:36 +01:00
Add status url as EXTRA_SUBJECT when sharing status content. (#1680)
Addresses #1655
This commit is contained in:
parent
656644b7cb
commit
710b9f08c1
@ -245,6 +245,7 @@ public abstract class SFragment extends BaseFragment implements Injectable {
|
||||
" - " +
|
||||
statusToShare.getContent().toString();
|
||||
sendIntent.putExtra(Intent.EXTRA_TEXT, stringToShare);
|
||||
sendIntent.putExtra(Intent.EXTRA_SUBJECT, statusUrl);
|
||||
sendIntent.setType("text/plain");
|
||||
startActivity(Intent.createChooser(sendIntent, getResources().getText(R.string.send_status_content_to)));
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user