Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
stom79 2019-02-18 18:12:34 +01:00
commit 6a745cf9b5
1 changed files with 1 additions and 1 deletions

View File

@ -2259,7 +2259,7 @@ public class StatusListAdapter extends RecyclerView.Adapter implements OnPostAct
bCustomSharing.putString("source", status.getReblog().getAccount().getDisplay_name());
bCustomSharing.putString("id", status.getReblog().getId());
bCustomSharing.putString("tags", status.getReblog().getTagsString());
bCustomSharing.putString("content", status.getReblog().getContentSpan().toString());
bCustomSharing.putString("content", status.getContentSpan().toString());
} else {
bCustomSharing.putString("url", status.getUrl());
bCustomSharing.putString("source", status.getAccount().getDisplay_name());