Commit 256380ff authored by Simon Scholl's avatar Simon Scholl

add removeAllViews again as it was before commit de3b81ed

parent 7cb0660a
......@@ -79,6 +79,7 @@ public class RocketChatMessageAttachmentsLayout extends LinearLayout {
}
this.attachments = attachments;
removeAllViews();
for (int i = 0, size = attachments.size(); i < size; i++) {
appendAttachmentView(attachments.get(i), autoloadImages, true);
}
......
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