mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-21 05:39:01 +00:00
Removing underscore
This commit is contained in:
parent
548b600504
commit
67c8cd5ccf
@ -10,6 +10,4 @@
|
|||||||
|
|
||||||
@interface ASCellNode (Internal)
|
@interface ASCellNode (Internal)
|
||||||
|
|
||||||
- (void)_visibleNodeDidScroll:(UIScrollView *)scrollView withCellFrame:(CGRect)cellFrame;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
@ -542,7 +542,7 @@ static NSString * const kCellReuseIdentifier = @"_ASCollectionViewCell";
|
|||||||
if (cellNode.neverShowPlaceholders) {
|
if (cellNode.neverShowPlaceholders) {
|
||||||
[cellNode recursivelyEnsureDisplaySynchronously:YES];
|
[cellNode recursivelyEnsureDisplaySynchronously:YES];
|
||||||
}
|
}
|
||||||
if (ASSubclassOverridesSelector([ASCellNode class], [cellNode class], @selector(_visibleNodeDidScroll:withCellFrame:))) {
|
if (ASSubclassOverridesSelector([ASCellNode class], [cellNode class], @selector(visibleNodeDidScroll:withCellFrame:))) {
|
||||||
[_cellsForVisibilityUpdates addObject:cell];
|
[_cellsForVisibilityUpdates addObject:cell];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user