mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
Merge pull request #1719 from garrettmoon/fixParentManagesVisibilityDepth
Reset the parentManagesVisibilityDepth flag so it's checked again
This commit is contained in:
commit
cb67671f1d
@ -99,5 +99,6 @@ ASDISPLAYNODE_EXTERN_C_END
|
||||
- (void)didMoveToParentViewController:(UIViewController *)parent \
|
||||
{ \
|
||||
[super didMoveToParentViewController:parent]; \
|
||||
_parentManagesVisibilityDepth = NO; \
|
||||
[self visibilityDepthDidChange]; \
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user