mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-27 09:31:20 +01:00
Fix / Suggested room section won't collapse
This commit is contained in:
parent
aa74646ddf
commit
b45585f7c0
@ -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…
x
Reference in New Issue
Block a user