This commit is contained in:
Grishka 2022-11-08 09:41:07 +03:00
parent defa8b014e
commit ae50e618c0
1 changed files with 1 additions and 0 deletions

View File

@ -528,6 +528,7 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
da.serverAttachment=att;
da.description=att.description;
da.uri=Uri.parse(att.previewUrl);
da.state=AttachmentUploadState.DONE;
attachmentsView.addView(createMediaAttachmentView(da));
attachments.add(da);
}