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
@@ -760,7 +760,7 @@
// Avoid multiple openings of rooms
self.userInteractionEnabled = NO;
[[AppDelegate theDelegate] showRoom:roomId andEventId:nil withMatrixSession:matrixSession completion:^{
[[AppDelegate theDelegate] showRoom:roomId andEventId:nil withMatrixSession:matrixSession restoreInitialDisplay:NO completion:^{
self.userInteractionEnabled = YES;
}];
}