mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
Fix ASDKGram deprecation warning (#2719)
This commit is contained in:
committed by
Hannah Troisi
parent
d57760797a
commit
aec8dbfb33
@@ -200,9 +200,9 @@
|
||||
|
||||
#pragma mark - Instance Methods
|
||||
|
||||
- (void)fetchData
|
||||
- (void)didEnterPreloadState
|
||||
{
|
||||
[super fetchData];
|
||||
[super didEnterPreloadState];
|
||||
|
||||
[_photoModel.commentFeed refreshFeedWithCompletionBlock:^(NSArray *newComments) {
|
||||
[self loadCommentsForPhoto:_photoModel];
|
||||
|
||||
Reference in New Issue
Block a user