Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit aec8dbf

Browse files
maickiHannah Troisi
authored andcommitted
Fix ASDKGram deprecation warning (#2719)
1 parent d577607 commit aec8dbf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/ASDKgram/Sample/PhotoCellNode.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ - (ASLayoutSpec *)layoutSpecThatFits:(ASSizeRange)constrainedSize
200200

201201
#pragma mark - Instance Methods
202202

203-
- (void)fetchData
203+
- (void)didEnterPreloadState
204204
{
205-
[super fetchData];
205+
[super didEnterPreloadState];
206206

207207
[_photoModel.commentFeed refreshFeedWithCompletionBlock:^(NSArray *newComments) {
208208
[self loadCommentsForPhoto:_photoModel];

0 commit comments

Comments
 (0)