Reset the parentManagesVisibilityDepth flag so it's checked again

This commit is contained in:
Garrett Moon
2016-06-06 14:37:18 -07:00
parent 1b07cab87b
commit 1e51569538

View File

@@ -99,5 +99,6 @@ ASDISPLAYNODE_EXTERN_C_END
- (void)didMoveToParentViewController:(UIViewController *)parent \
{ \
[super didMoveToParentViewController:parent]; \
_parentManagesVisibilityDepth = NO; \
[self visibilityDepthDidChange]; \
}