Fix #316
This commit is contained in:
parent
defa8b014e
commit
ae50e618c0
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue