mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-01-13 17:22:47 +08:00
ivar no longer used because status is stored on shared version. (#206)
This commit is contained in:
@@ -52,7 +52,6 @@ const Float32 kPINAnimatedImageMinimumDuration = 1 / kPINAnimatedImageDisplayRef
|
||||
_dataLock = [[PINRemoteLock alloc] initWithName:@"PINAnimatedImage data lock"];
|
||||
|
||||
NSAssert(animatedImageData != nil, @"animatedImageData must not be nil.");
|
||||
_status = PINAnimatedImageStatusUnprocessed;
|
||||
|
||||
[[PINAnimatedImageManager sharedManager] animatedPathForImageData:animatedImageData infoCompletion:^(PINImage *coverImage, PINSharedAnimatedImage *shared) {
|
||||
self.sharedAnimatedImage = shared;
|
||||
|
||||
Reference in New Issue
Block a user