mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-23 03:20:39 +08:00
Fix broken build
This commit is contained in:
@@ -664,7 +664,7 @@ static BOOL _isInterceptedSelector(SEL sel)
|
||||
|
||||
- (ASSizeRange)dataController:(ASDataController *)dataController constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
ASSizeRange constrainedSize = CGSizeZero;
|
||||
ASSizeRange constrainedSize = kInvalidSizeRange;
|
||||
if (_layoutInspector) {
|
||||
constrainedSize = [_layoutInspector collectionView:self constrainedSizeForNodeAtIndexPath:indexPath];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user