Rename RoomDirectoryList.State to RoomDirectoryList.SearchResult to avoid this class to be checked for stability.
This commit is contained in:
parent
5a48a43655
commit
9410a727b6
5 changed files with 12 additions and 12 deletions
|
|
@ -26,9 +26,9 @@ interface RoomDirectoryList {
|
|||
/**
|
||||
* The current search results as a state flow.
|
||||
*/
|
||||
val state: Flow<State>
|
||||
val state: Flow<SearchResult>
|
||||
|
||||
data class State(
|
||||
data class SearchResult(
|
||||
val hasMoreToLoad: Boolean,
|
||||
val items: List<RoomDescription>,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue