Prepare UX rework

- Restore messages/files search handling
This commit is contained in:
Giom Foret
2017-03-27 15:59:51 +02:00
parent be947e1d8b
commit b39299008a
7 changed files with 55 additions and 28 deletions
@@ -118,8 +118,8 @@
[tableView deselectRowAtIndexPath:indexPath animated:YES];
// Make the HomeViewController (that contains this VC) open the RoomViewController
[self.parentViewController performSegueWithIdentifier:@"showDetails" sender:self];
// Make the master tabBar view controller open the RoomViewController
[[AppDelegate theDelegate].masterTabBarController performSegueWithIdentifier:@"showDetails" sender:self];
// Reset the selected event. HomeViewController got it when here
_selectedEvent = nil;