Recents: Avoid to open a room twice

It crashed on room creation on quick HSes
This commit is contained in:
manuroe
2018-08-24 14:45:12 +02:00
parent d72f7b51d7
commit 44e36a6a2e
2 changed files with 2 additions and 3 deletions
@@ -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);