mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Recents: Avoid to open a room twice
It crashed on room creation on quick HSes
This commit is contained in:
@@ -1723,8 +1723,6 @@
|
||||
}
|
||||
|
||||
[self dispayRoomWithRoomId:room.roomId inMatrixSession:self.mainSession];
|
||||
|
||||
[[AppDelegate theDelegate].masterTabBarController selectRoomWithId:room.roomId andEventId:nil inMatrixSession:self.mainSession];
|
||||
|
||||
} failure:^(NSError *error) {
|
||||
MXStrongifyAndReturnIfNil(self);
|
||||
|
||||
Reference in New Issue
Block a user