mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Merge pull request #257 from vector-im/vector_ios_249
Bug Fix - Messages: Room creation button does not respond.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user