Browse Source

Add doc on RoomSelectSearchDataSource

pull/2954/head
Benoit Marty 4 months ago
parent
commit
c37d9ca6a4
  1. 4
      libraries/roomselect/impl/src/main/kotlin/io/element/android/libraries/roomselect/impl/RoomSelectSearchDataSource.kt

4
libraries/roomselect/impl/src/main/kotlin/io/element/android/libraries/roomselect/impl/RoomSelectSearchDataSource.kt

@ -34,6 +34,10 @@ import javax.inject.Inject @@ -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…
Cancel
Save