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 d20698dd86
commit 30970c9eee
@@ -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;
}