Fix store screenshot generator

This commit is contained in:
Grishka
2023-06-29 22:17:59 +03:00
parent 287de66e0c
commit f58b4c2989
2 changed files with 5 additions and 4 deletions

View File

@@ -287,6 +287,7 @@ public class ComposeMediaViewController{
DraftMediaAttachment draft=new DraftMediaAttachment();
draft.uri=uri;
draft.description=description;
draft.mimeType="image/jpeg";
attachmentsView.addView(createMediaAttachmentView(draft));
attachments.add(draft);
attachmentsScroller.setVisibility(View.VISIBLE);