Remove the TabBarController

This commit is contained in:
giomfo
2015-11-18 00:15:52 +01:00
parent db42bb5130
commit ef28b58abb
13 changed files with 502 additions and 695 deletions
@@ -145,7 +145,7 @@
[self stopActivityIndicator];
[self.navigationController dismissViewControllerAnimated:YES completion:^{
[[AppDelegate theDelegate].masterTabBarController showRoom:room.state.roomId withMatrixSession:_roomCreationInputs.mxSession];
[[AppDelegate theDelegate] showRoom:room.state.roomId withMatrixSession:_roomCreationInputs.mxSession];
}];
} failure:^(NSError *error) {