mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Remove explicit recursivelyFetchData call from ASViewController
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