mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Remove explicit recursivelyFetchData call from ASViewController
This commit is contained in:
@@ -162,8 +162,6 @@ ASVisibilityDidMoveToParentViewController;
|
||||
[_node layoutThatFits:[self nodeConstrainedSize]];
|
||||
[_node.view layoutIfNeeded];
|
||||
|
||||
[_node recursivelyFetchData];
|
||||
|
||||
if (_parentManagesVisibilityDepth == NO) {
|
||||
[self setVisibilityDepth:0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user