mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Image nodes call fetchData when image source is updated while in fetch range
This commit is contained in:
@@ -287,6 +287,9 @@ typedef void(^ASMultiplexImageLoadCompletionBlock)(UIImage *image, id imageIdent
|
||||
|
||||
_imageIdentifiers = [imageIdentifiers copy];
|
||||
OSSpinLockUnlock(&_imageIdentifiersLock);
|
||||
if (self.interfaceState & ASInterfaceStateFetchData) {
|
||||
[self fetchData];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)reloadImageIdentifierSources
|
||||
|
||||
Reference in New Issue
Block a user