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:
@@ -161,8 +161,6 @@ ASVisibilityDidMoveToParentViewController;
|
|||||||
// is enabled. Otherwise the insets would not be applied.
|
// is enabled. Otherwise the insets would not be applied.
|
||||||
[_node layoutThatFits:[self nodeConstrainedSize]];
|
[_node layoutThatFits:[self nodeConstrainedSize]];
|
||||||
[_node.view layoutIfNeeded];
|
[_node.view layoutIfNeeded];
|
||||||
|
|
||||||
[_node recursivelyFetchData];
|
|
||||||
|
|
||||||
if (_parentManagesVisibilityDepth == NO) {
|
if (_parentManagesVisibilityDepth == NO) {
|
||||||
[self setVisibilityDepth:0];
|
[self setVisibilityDepth:0];
|
||||||
|
|||||||
Reference in New Issue
Block a user