mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add assertion for ASDisplayNode is layer backed if using ASInterfaceStateForDisplayNode
This commit is contained in:
@@ -1069,7 +1069,7 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
|
||||
[node __exitHierarchy];
|
||||
}
|
||||
|
||||
// Updating the visible node index paths only for range managed nodes. Not range managed nodes will get their
|
||||
// Updating the visible node index paths only for not range managed nodes. Range managed nodes will get their
|
||||
// their update in the layout pass
|
||||
if (![node supportsRangeManagedInterfaceState]) {
|
||||
[_rangeController visibleNodeIndexPathsDidChangeWithScrollDirection:self.scrollDirection];
|
||||
|
||||
Reference in New Issue
Block a user