Fix / Suggested room section won't collapse

This commit is contained in:
Valere 2021-04-21 09:42:30 +02:00
parent aa74646ddf
commit b45585f7c0
1 changed files with 1 additions and 3 deletions

View File

@ -16,11 +16,9 @@
package im.vector.app.features.home.room.list package im.vector.app.features.home.room.list
import com.airbnb.epoxy.TypedEpoxyController
class SuggestedRoomListController( class SuggestedRoomListController(
private val roomSummaryItemFactory: RoomSummaryItemFactory private val roomSummaryItemFactory: RoomSummaryItemFactory
) : TypedEpoxyController<SuggestedRoomInfo>() { ) : CollapsableTypedEpoxyController<SuggestedRoomInfo>() {
var listener: RoomListListener? = null var listener: RoomListListener? = null