Add some refactoring and first simple test on RoomListPresenter
This commit is contained in:
parent
b3aa9f7ba2
commit
1f2a9026ea
30 changed files with 520 additions and 140 deletions
|
|
@ -26,5 +26,5 @@ data class RoomListState(
|
|||
val roomList: ImmutableList<RoomListRoomSummary>,
|
||||
val filter: String,
|
||||
val isLoginOut: Boolean,
|
||||
val eventSink: (RoomListEvents) -> Unit = {}
|
||||
val eventSink: (RoomListEvents) -> Unit
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue