diff --git a/Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift b/Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift index 1eb48036e..522bc32dc 100644 --- a/Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift +++ b/Riot/Modules/Room/RoomInfo/RoomInfoList/RoomInfoListViewController.swift @@ -134,6 +134,7 @@ final class RoomInfoListViewController: UIViewController { var headerFrame = basicInfoView.frame headerFrame.size.height = height basicInfoView.frame = headerFrame + mainTableView.tableHeaderView = basicInfoView } }