Better comment
This commit is contained in:
parent
0c199a012b
commit
4fa30f384d
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ package io.element.android.features.login.impl.screens.searchaccountprovider
|
||||||
|
|
||||||
sealed interface SearchAccountProviderEvents {
|
sealed interface SearchAccountProviderEvents {
|
||||||
/**
|
/**
|
||||||
* The user has typed something, expect to get a list of result in the state.
|
* The user has typed something, expect to get a list of matching account provider results
|
||||||
|
* in the state.
|
||||||
*/
|
*/
|
||||||
data class UserInput(val input: String) : SearchAccountProviderEvents
|
data class UserInput(val input: String) : SearchAccountProviderEvents
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue