Update Riot/Modules/Common/Recents/RecentsViewController.m

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2021-10-20 18:25:00 +02:00
committed by GitHub
parent 7d08e65a34
commit e351c6c01c
@@ -2276,7 +2276,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
// Room is known show it directly
[coordinatorBridgePresenter dismissWithAnimated:YES completion:^{
[self showRoomWithRoomId:room.roomId
inMatrixSession:self.mainSession];
inMatrixSession:self.mainSession];
}];
coordinatorBridgePresenter = nil;
}