|
@@ -362,6 +362,7 @@ extension KingfisherWrapper where Base: KFCrossPlatformImageView {
|
|
|
if let image = options.onFailureImage {
|
|
if let image = options.onFailureImage {
|
|
|
self.base.image = image
|
|
self.base.image = image
|
|
|
}
|
|
}
|
|
|
|
|
+ mutatingSelf.placeholder = nil
|
|
|
completionHandler?(result)
|
|
completionHandler?(result)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|