New Chat screen: BugFix - Vector fails to open the new created room.

This commit is contained in:
giomfo
2015-08-17 13:42:33 +02:00
parent f8ff8441d9
commit 759c37c2a3
@@ -141,8 +141,9 @@
[self stopActivityIndicator];
[self.navigationController dismissViewControllerAnimated:YES completion:nil];
[[AppDelegate theDelegate].masterTabBarController showRoom:room.state.roomId withMatrixSession:_roomCreationInputs.mxSession];
[self.navigationController dismissViewControllerAnimated:YES completion:^{
[[AppDelegate theDelegate].masterTabBarController showRoom:room.state.roomId withMatrixSession:_roomCreationInputs.mxSession];
}];
} failure:^(NSError *error) {