mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 19:28:54 +03:00
Changes IncomingShareController display mode to FILTERED
This commit is contained in:
parent
a355b625e9
commit
f70a24d257
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class IncomingShareController @Inject constructor(private val roomSummaryItemFac
|
|||
.createRoomItem(
|
||||
roomSummary,
|
||||
data.selectedRoomIds,
|
||||
RoomListDisplayMode.ROOMS /* TODO: Change */,
|
||||
RoomListDisplayMode.FILTERED,
|
||||
callback?.let { it::onRoomClicked },
|
||||
callback?.let { it::onRoomLongClicked }
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue