diff --git a/Riot/ViewController/RoomViewController.m b/Riot/ViewController/RoomViewController.m index cdb367e25..e90a955ad 100644 --- a/Riot/ViewController/RoomViewController.m +++ b/Riot/ViewController/RoomViewController.m @@ -2477,6 +2477,8 @@ roomDataSource = [[RoomDataSource alloc] initWithRoomId:self.roomDataSource.roomId initialEventId:self.roomDataSource.room.accountData.readMarkerEventId andMatrixSession:self.mainSession]; [roomDataSource finalizeInitialization]; + // Center the bubbles table content on the bottom of the read marker event in order to display correctly the read marker view. + self.centerBubblesTableViewContentOnTheInitialEventBottom = YES; [self displayRoom:roomDataSource]; // Give the data source ownership to the room view controller.