Fix crash when navigating to message search result

This commit is contained in:
ismailgulek
2020-10-15 14:17:06 +03:00
parent b9f173f398
commit 78ffdd7ac3
@@ -239,8 +239,10 @@
[tableView deselectRowAtIndexPath:indexPath animated:YES];
// Make the master tabBar view controller open the RoomViewController
[[AppDelegate theDelegate].masterTabBarController performSegueWithIdentifier:@"showRoomDetails" sender:self];
[[AppDelegate theDelegate].masterTabBarController selectRoomWithId:cellData.roomId
andEventId:_selectedEvent.eventId
inMatrixSession:cellData.mxSession];
// Reset the selected event. HomeViewController got it when here
_selectedEvent = nil;
}