mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge pull request #1791 from colinmcardell/ASCollectionDataController_supplementaryNodeOfKind-fix
[ASCollectionDataController] Exposing -supplementaryNodeOfKind
This commit is contained in:
@@ -257,8 +257,7 @@
|
||||
return nodesOfKindInSection[itemIndex];
|
||||
}
|
||||
}
|
||||
ASDisplayNodeAssert(NO, @"Supplementary node should exist. Kind = %@, indexPath = %@, collectionDataSource = %@", kind, indexPath, self.collectionDataSource);
|
||||
return [[ASCellNode alloc] init];
|
||||
return nil;
|
||||
}
|
||||
|
||||
#pragma mark - Private Helpers
|
||||
|
||||
Reference in New Issue
Block a user