Commit 46952bcc authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Update RocketChatMessageAttachmentsLayout.java

parent 31aa735b
...@@ -78,7 +78,7 @@ public class RocketChatMessageAttachmentsLayout extends LinearLayout { ...@@ -78,7 +78,7 @@ public class RocketChatMessageAttachmentsLayout extends LinearLayout {
} }
} }
private void appendAttachmentView(Attachment attachment, boolean autoloadImages) { public void appendAttachmentView(Attachment attachment, boolean autoloadImages) {
if (attachment == null) { if (attachment == null) {
return; return;
} }
......
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