Merge pull request #6035 from vector-im/yostyle/join_and_show_room

When accepting an invite, expecting to see the room
This commit is contained in:
Yoan Pintas
2022-04-15 15:16:36 +02:00
committed by GitHub
7 changed files with 46 additions and 13 deletions
+2 -4
View File
@@ -1066,10 +1066,8 @@ static CGSize kThreadListBarButtonItemImageSize;
// Show preview header
[self showPreviewHeader:YES];
}
else
{
[super onRoomDataSourceReady];
}
[super onRoomDataSourceReady];
}
- (void)updateViewControllerAppearanceOnRoomDataSourceState