mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Ensure that ASRangeController immediately removes any deleted nodes from its range state.
This commit is contained in:
@@ -42,4 +42,24 @@
|
||||
CGColorSpaceRelease(colorSpace);
|
||||
}
|
||||
|
||||
#if 0
|
||||
- (void)fetchData
|
||||
{
|
||||
NSLog(@"fetchData - %@, %@", self, self.indexPath);
|
||||
[super fetchData];
|
||||
}
|
||||
|
||||
- (void)clearFetchedData
|
||||
{
|
||||
NSLog(@"clearFetchedData - %@, %@", self, self.indexPath);
|
||||
[super clearFetchedData];
|
||||
}
|
||||
|
||||
- (void)visibilityDidChange:(BOOL)isVisible
|
||||
{
|
||||
NSLog(@"visibilityDidChange:%d - %@, %@", isVisible, self, self.indexPath);
|
||||
[super visibilityDidChange:isVisible];
|
||||
}
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user