|
@@ -329,7 +329,7 @@ static void URLInBlackListAdd(NSURL *url) {
|
|
if (image) {
|
|
if (image) {
|
|
[_lock lock];
|
|
[_lock lock];
|
|
if (![self isCancelled]) {
|
|
if (![self isCancelled]) {
|
|
- if (_completion) _completion(image, _request.URL, YYWebImageFromMemoryCache, YYWebImageStageCancelled, nil);
|
|
|
|
|
|
+ if (_completion) _completion(image, _request.URL, YYWebImageFromMemoryCache, YYWebImageStageFinished, nil);
|
|
}
|
|
}
|
|
[self _finish];
|
|
[self _finish];
|
|
[_lock unlock];
|
|
[_lock unlock];
|