Moved line.
This commit is contained in:
parent
b7d76eb015
commit
81490ae3cf
@ -460,8 +460,8 @@ public typealias ActionBlock = () -> ()
|
|||||||
let data = try? Data(contentsOf: url)
|
let data = try? Data(contentsOf: url)
|
||||||
else { return }
|
else { return }
|
||||||
|
|
||||||
imageAttachment.image = UIImage(data: data)
|
|
||||||
DispatchQueue.main.sync {
|
DispatchQueue.main.sync {
|
||||||
|
imageAttachment.image = UIImage(data: data)
|
||||||
label.setNeedsDisplay()
|
label.setNeedsDisplay()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user