Add doc on RoomSelectSearchDataSource
This commit is contained in:
parent
1eebcc0093
commit
212952b208
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ import javax.inject.Inject
|
||||||
|
|
||||||
private const val PAGE_SIZE = 30
|
private const val PAGE_SIZE = 30
|
||||||
|
|
||||||
|
/**
|
||||||
|
* DataSource for RoomSummaryDetails that can be filtered by a search query,
|
||||||
|
* and which only includes rooms the user has joined.
|
||||||
|
*/
|
||||||
class RoomSelectSearchDataSource @Inject constructor(
|
class RoomSelectSearchDataSource @Inject constructor(
|
||||||
roomListService: RoomListService,
|
roomListService: RoomListService,
|
||||||
coroutineDispatchers: CoroutineDispatchers,
|
coroutineDispatchers: CoroutineDispatchers,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue