mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 03:09:56 +00:00
Fix method naming
This commit is contained in:
parent
722b90f1cf
commit
e0dfe8f0c4
@ -280,10 +280,10 @@ static BOOL _isInterceptedSelector(SEL sel)
|
||||
[self reloadDataWithCompletion:nil];
|
||||
}
|
||||
|
||||
- (void)reloadDataImmediatelyWithAnimationOptions:(ASDataControllerAnimationOptions)animationOptions
|
||||
- (void)reloadDataImmediately
|
||||
{
|
||||
ASDisplayNodeAssertMainThread();
|
||||
[_dataController reloadDataImmediatelyWithAnimationOptions:animationOptions];
|
||||
[_dataController reloadDataImmediatelyWithAnimationOptions:kASCollectionViewAnimationNone];
|
||||
[super reloadData];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user