|
@@ -224,9 +224,6 @@ extension KingfisherWrapper where Base: NSTextAttachment {
|
|
|
self.base.image = value.image
|
|
self.base.image = value.image
|
|
|
#if canImport(UIKit)
|
|
#if canImport(UIKit)
|
|
|
attributedView.setNeedsDisplay()
|
|
attributedView.setNeedsDisplay()
|
|
|
- DispatchQueue.main.asyncAfter(deadline: .now() + 0.1) {
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
#else
|
|
#else
|
|
|
attributedView.setNeedsDisplay(attributedView.bounds)
|
|
attributedView.setNeedsDisplay(attributedView.bounds)
|
|
|
#endif
|
|
#endif
|