Bug Fix - Messages: Room creation button does not respond.

https://github.com/vector-im/vector-ios/issues/249
This commit is contained in:
giomfo
2016-04-23 00:32:17 +02:00
parent 790f5b61d7
commit e47cb8a078
@@ -314,6 +314,8 @@
{
[recentsDataSource addMatrixSession:mxSession];
}
[super addMatrixSession:mxSession];
}
- (void)removeMatrixSession:(MXSession *)mxSession
@@ -328,6 +330,8 @@
[recentsViewController displayList:nil];
[previousRecentlistDataSource destroy];
}
[super removeMatrixSession:mxSession];
}
- (void)selectRoomWithId:(NSString*)roomId andEventId:(NSString*)eventId inMatrixSession:(MXSession*)matrixSession