We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502256b commit 59279e7Copy full SHA for 59279e7
1 file changed
Source/ASNetworkImageNode.mm
@@ -821,7 +821,7 @@ - (void)_lazilyLoadImageIfNecessary
821
return;
822
}
823
824
- if ([imageContainer asdk_image] == nil && self->_downloader != nil) {
+ if ([imageContainer asdk_image] == nil && [imageContainer asdk_animatedImageData] == nil && self->_downloader != nil) {
825
if (delegateWillLoadImageFromNetwork) {
826
[delegate imageNodeWillLoadImageFromNetwork:self];
827
0 commit comments