mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Fix issue after rebase
This commit is contained in:
parent
2f3f0c294c
commit
048c13af50
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue