Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Fix #316
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Nov 8, 2022
1 parent defa8b0 commit ae50e61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ public void afterTextChanged(Editable s){
da.serverAttachment=att;
da.description=att.description;
da.uri=Uri.parse(att.previewUrl);
da.state=AttachmentUploadState.DONE;
attachmentsView.addView(createMediaAttachmentView(da));
attachments.add(da);
}
Expand Down

0 comments on commit ae50e61

Please sign in to comment.