mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Fix / Suggested room section won't collapse
This commit is contained in:
parent
aa74646ddf
commit
b45585f7c0
1 changed files with 1 additions and 3 deletions
|
@ -16,11 +16,9 @@
|
|||
|
||||
package im.vector.app.features.home.room.list
|
||||
|
||||
import com.airbnb.epoxy.TypedEpoxyController
|
||||
|
||||
class SuggestedRoomListController(
|
||||
private val roomSummaryItemFactory: RoomSummaryItemFactory
|
||||
) : TypedEpoxyController<SuggestedRoomInfo>() {
|
||||
) : CollapsableTypedEpoxyController<SuggestedRoomInfo>() {
|
||||
|
||||
var listener: RoomListListener? = null
|
||||
|
||||
|
|
Loading…
Reference in a new issue