RoomList: more rework on RoomSummaryDataSource
This commit is contained in:
parent
7ee3c1bf42
commit
fa48c29486
11 changed files with 152 additions and 98 deletions
|
|
@ -28,7 +28,7 @@ interface RoomSummaryDataSource {
|
|||
}
|
||||
|
||||
fun loadingState(): StateFlow<LoadingState>
|
||||
fun roomList(): StateFlow<List<RoomSummary>>
|
||||
fun inviteList(): StateFlow<List<RoomSummary>>
|
||||
fun allRooms(): StateFlow<List<RoomSummary>>
|
||||
fun inviteRooms(): StateFlow<List<RoomSummary>>
|
||||
fun updateRoomListVisibleRange(range: IntRange)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue