Merge pull request #2672 from facebook/AHRemoveVCFetch

[ASViewController] Remove Extra recursivelyFetchData Call
This commit is contained in:
appleguy
2016-11-29 10:46:22 -08:00
committed by GitHub

View File

@@ -161,8 +161,6 @@ ASVisibilityDidMoveToParentViewController;
// is enabled. Otherwise the insets would not be applied.
[_node layoutThatFits:[self nodeConstrainedSize]];
[_node.view layoutIfNeeded];
[_node recursivelyFetchData];
if (_parentManagesVisibilityDepth == NO) {
[self setVisibilityDepth:0];