Add doc on RoomSelectSearchDataSource
This commit is contained in:
parent
a997289e7e
commit
c37d9ca6a4
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@ import javax.inject.Inject
|
|||
|
||||
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(
|
||||
roomListService: RoomListService,
|
||||
coroutineDispatchers: CoroutineDispatchers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue