diff --git a/vector/src/main/java/im/vector/app/features/spaces/manage/AddRoomListController.kt b/vector/src/main/java/im/vector/app/features/spaces/manage/AddRoomListController.kt index 369dee1a9c..69be246506 100644 --- a/vector/src/main/java/im/vector/app/features/spaces/manage/AddRoomListController.kt +++ b/vector/src/main/java/im/vector/app/features/spaces/manage/AddRoomListController.kt @@ -122,8 +122,6 @@ class AddRoomListController @Inject constructor( RoomCategoryItem_().apply { id("header") title(host.sectionName ?: "") - expanded(true) - title(sectionName ?: "") expanded(host.expanded) listener { host.expanded = !host.expanded