mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Add setVisibilityDepth setter.
This commit is contained in:
@@ -95,11 +95,12 @@ ASVisibilityDidMoveToParentViewController;
|
||||
[_node recursivelyFetchData];
|
||||
|
||||
if (_parentManagesVisibilityDepth == NO) {
|
||||
_visibilityDepth = 0;
|
||||
[self visibilityDepthDidChange];
|
||||
[self setVisibilityDepth:0];
|
||||
}
|
||||
}
|
||||
|
||||
ASVisibilitySetVisibilityDepth;
|
||||
|
||||
ASVisibilityViewDidDisappearImplementation;
|
||||
|
||||
ASVisibilityDepthImplementation;
|
||||
|
||||
Reference in New Issue
Block a user