diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index 53efc5a6..0bf1dad5 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -460,8 +460,8 @@ public typealias ActionBlock = () -> () let data = try? Data(contentsOf: url) else { return } - imageAttachment.image = UIImage(data: data) DispatchQueue.main.sync { + imageAttachment.image = UIImage(data: data) label.setNeedsDisplay() } }