mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Fix Issues Repopulating Supplementary Elements (#3098)
* Fix issues repopulating supplementary elements * Remove unrelated change * Update comments
This commit is contained in:
@@ -36,7 +36,9 @@ AS_SUBCLASSING_RESTRICTED
|
||||
|
||||
- (void)removeItemsAtIndexPaths:(NSArray<NSIndexPath *> *)indexPaths;
|
||||
|
||||
- (void)removeElementsOfKind:(NSString *)kind inSections:(NSIndexSet *)sections;
|
||||
- (void)removeSectionsOfItems:(NSIndexSet *)itemSections;
|
||||
|
||||
- (void)removeSupplementaryElementsInSections:(NSIndexSet *)sections;
|
||||
|
||||
- (void)insertEmptySectionsOfItemsAtIndexes:(NSIndexSet *)sections;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user