Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit ae50e61

Browse files
committed
Fix #316
1 parent defa8b0 commit ae50e61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mastodon/src/main/java/org/joinmastodon/android/fragments/ComposeFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ public void afterTextChanged(Editable s){
528528
da.serverAttachment=att;
529529
da.description=att.description;
530530
da.uri=Uri.parse(att.previewUrl);
531+
da.state=AttachmentUploadState.DONE;
531532
attachmentsView.addView(createMediaAttachmentView(da));
532533
attachments.add(da);
533534
}

0 commit comments

Comments
 (0)