Unverified Commit 7cb0660a authored by Simon Eric Scholl's avatar Simon Eric Scholl Committed by GitHub

fix issue "Only Last Attachment is displayed" #686

parent 449e639e
...@@ -89,7 +89,6 @@ public class RocketChatMessageAttachmentsLayout extends LinearLayout { ...@@ -89,7 +89,6 @@ public class RocketChatMessageAttachmentsLayout extends LinearLayout {
return; return;
} }
removeAllViews();
View attachmentView = inflater.inflate(R.layout.message_inline_attachment, this, false); View attachmentView = inflater.inflate(R.layout.message_inline_attachment, this, false);
colorizeAttachmentBar(attachment, attachmentView, showAttachmentStrip); colorizeAttachmentBar(attachment, attachmentView, showAttachmentStrip);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment