mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Clean up caching of collection view delegate selectors on the inspector
This commit is contained in:
@@ -334,7 +334,7 @@ static BOOL _isInterceptedSelector(SEL sel)
|
||||
_asyncDelegateImplementsInsetSection = ([_asyncDelegate respondsToSelector:@selector(collectionView:layout:insetForSectionAtIndex:)] ? 1 : 0);
|
||||
}
|
||||
|
||||
[_flowLayoutInspector cacheSelectorsForCollectionView:self];
|
||||
[_layoutInspector didChangeCollectionViewDelegate:asyncDelegate];
|
||||
}
|
||||
|
||||
- (void)setCollectionViewLayout:(UICollectionViewLayout *)collectionViewLayout
|
||||
|
||||
Reference in New Issue
Block a user