mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 11:50: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];
|
[self reloadDataWithCompletion:nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)reloadDataImmediatelyWithAnimationOptions:(ASDataControllerAnimationOptions)animationOptions
|
- (void)reloadDataImmediately
|
||||||
{
|
{
|
||||||
ASDisplayNodeAssertMainThread();
|
ASDisplayNodeAssertMainThread();
|
||||||
[_dataController reloadDataImmediatelyWithAnimationOptions:animationOptions];
|
[_dataController reloadDataImmediatelyWithAnimationOptions:kASCollectionViewAnimationNone];
|
||||||
[super reloadData];
|
[super reloadData];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user