Rename RoomDirectoryList.State to RoomDirectoryList.SearchResult to avoid this class to be checked for stability.
This commit is contained in:
committed by
Benoit Marty
parent
5a48a43655
commit
9410a727b6
+2
-2
@@ -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>,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user