mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-20 03:41:41 +08:00
Missed a spot!
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
}
|
||||
|
||||
if (responseImage != NULL) {
|
||||
[strongSelf->_delegate imageNode:self didLoadImage:self.image];
|
||||
[strongSelf->_delegate imageNode:self didLoadImage:strongSelf.image];
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user