Merge pull request #257 from vector-im/vector_ios_249

Bug Fix - Messages: Room creation button does not respond.
This commit is contained in:
giomfo
2016-04-25 10:41:14 +02:00
@@ -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