This commit is contained in:
Pan, Xinlei (Ryan) 2018-04-24 12:05:11 -04:00
parent 7904d4e8fe
commit 9d101abbf8

View File

@ -564,7 +564,7 @@ static NSString * const STATIC_CACHE_COMPONENT = @"StaticCache.txt";
} }
} }
} }
completionHandler(img, nil, isFallBackImage); completionHandler(img, imageData, isFallBackImage);
} }
- (nullable UIImage *)getCachedImageWithName:(nonnull NSString *)imageName { - (nullable UIImage *)getCachedImageWithName:(nonnull NSString *)imageName {