From 81490ae3cfc3ebdb632867fbf64c455942cd7fdf Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Wed, 4 Sep 2019 09:04:02 -0400 Subject: [PATCH] Moved line. --- MVMCoreUI/Atoms/Views/Label.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }