Add tests and clean code after RoomList Filter rework
This commit is contained in:
parent
5c3fc13052
commit
babaa7351f
27 changed files with 325 additions and 161 deletions
|
|
@ -8,8 +8,6 @@
|
|||
|
||||
package io.element.android.libraries.matrix.api.roomlist
|
||||
|
||||
import timber.log.Timber
|
||||
|
||||
/**
|
||||
* RoomList with dynamic filtering and loading.
|
||||
* This is useful for large lists of rooms.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ import kotlin.time.Duration
|
|||
* Can be retrieved from [RoomListService] methods.
|
||||
*/
|
||||
interface RoomList {
|
||||
|
||||
/**
|
||||
* The loading state of the room list.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue