SegmentedVC: Notify its child on viewWillAppear/viewDidAppear.

This fixes the room selection in master when playing when doing screen rotation with the splitVC.
This commit is contained in:
manuroe
2015-12-23 11:46:27 +01:00
parent cebcdc472e
commit 3f4d44f330
2 changed files with 12 additions and 8 deletions
@@ -205,14 +205,6 @@
}
}
- (void)viewWillDisappear:(BOOL)animated
{
[super viewWillDisappear:animated];
_selectedRoomId = nil;
_selectedRoomSession = nil;
}
- (void) viewDidLayoutSubviews
{
[super viewDidLayoutSubviews];