Fix room details navigation from rooms list.

This commit is contained in:
SBiOSoftWhare
2019-04-29 14:24:20 +02:00
parent 8c353ebedd
commit adb7fd3c7f
3 changed files with 3 additions and 3 deletions
@@ -233,7 +233,7 @@
- (void)openRoomWithId:(NSString*)roomId inMatrixSession:(MXSession*)mxSession
{
[[AppDelegate theDelegate] showRoom:roomId andEventId:nil withMatrixSession:mxSession];
[[AppDelegate theDelegate] showRoom:roomId andEventId:nil withMatrixSession:mxSession restoreInitialDisplay:NO];
}
- (void)refreshCurrentSelectedCell:(BOOL)forceVisible