Fix #316
This commit is contained in:
@@ -528,6 +528,7 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
|
|||||||
da.serverAttachment=att;
|
da.serverAttachment=att;
|
||||||
da.description=att.description;
|
da.description=att.description;
|
||||||
da.uri=Uri.parse(att.previewUrl);
|
da.uri=Uri.parse(att.previewUrl);
|
||||||
|
da.state=AttachmentUploadState.DONE;
|
||||||
attachmentsView.addView(createMediaAttachmentView(da));
|
attachmentsView.addView(createMediaAttachmentView(da));
|
||||||
attachments.add(da);
|
attachments.add(da);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user