mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-07 13:09:49 +00:00
Fix broken build
This commit is contained in:
parent
c801965f94
commit
24cb1d5cb0
@ -664,7 +664,7 @@ static BOOL _isInterceptedSelector(SEL sel)
|
|||||||
|
|
||||||
- (ASSizeRange)dataController:(ASDataController *)dataController constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath
|
- (ASSizeRange)dataController:(ASDataController *)dataController constrainedSizeForNodeAtIndexPath:(NSIndexPath *)indexPath
|
||||||
{
|
{
|
||||||
ASSizeRange constrainedSize = CGSizeZero;
|
ASSizeRange constrainedSize = kInvalidSizeRange;
|
||||||
if (_layoutInspector) {
|
if (_layoutInspector) {
|
||||||
constrainedSize = [_layoutInspector collectionView:self constrainedSizeForNodeAtIndexPath:indexPath];
|
constrainedSize = [_layoutInspector collectionView:self constrainedSizeForNodeAtIndexPath:indexPath];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user