|
|
@@ -131,7 +131,7 @@ extension KingfisherWrapper where Base: WKInterfaceImage {
|
|
|
with: source,
|
|
|
options: options,
|
|
|
downloadTaskUpdated: { mutatingSelf.imageTask = $0 },
|
|
|
- progressiveImageSetter: { self.base.setImage(image) },
|
|
|
+ progressiveImageSetter: { self.base.setImage($0) },
|
|
|
referenceTaskIdentifierChecker: { issuedIdentifier == self.taskIdentifier },
|
|
|
completionHandler: { result in
|
|
|
CallbackQueue.mainCurrentOrAsync.execute {
|