Skip to content

Commit

Permalink
Merge pull request #2672 from facebook/AHRemoveVCFetch
Browse files Browse the repository at this point in the history
[ASViewController] Remove Extra recursivelyFetchData Call
  • Loading branch information
appleguy authored Nov 29, 2016
2 parents 7861c63 + b00365a commit aa9dff0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AsyncDisplayKit/ASViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ - (void)viewWillAppear:(BOOL)animated
// is enabled. Otherwise the insets would not be applied.
[_node layoutThatFits:[self nodeConstrainedSize]];
[_node.view layoutIfNeeded];

[_node recursivelyFetchData];

if (_parentManagesVisibilityDepth == NO) {
[self setVisibilityDepth:0];
Expand Down

0 comments on commit aa9dff0

Please sign in to comment.