mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
Merge pull request #2672 from facebook/AHRemoveVCFetch
[ASViewController] Remove Extra recursivelyFetchData Call
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user