We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b4829 commit 7fd7cdfCopy full SHA for 7fd7cdf
1 file changed
SDWebImageLinkPlugin/Classes/SDImageLinkLoader.m
@@ -247,8 +247,6 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N
247
if (progressBlock) {
248
progressBlock(progress.completedUnitCount, progress.totalUnitCount, url);
249
}
250
- } else {
251
- [super observeValueForKeyPath:keyPath ofObject:object change:change context:context];
252
253
} else {
254
[super observeValueForKeyPath:keyPath ofObject:object change:change context:context];
0 commit comments