Better comment

This commit is contained in:
Benoit Marty 2023-06-09 18:06:29 +02:00
parent 5d3199e31c
commit 7948f8d0fa

View file

@ -18,7 +18,8 @@ package io.element.android.features.login.impl.screens.searchaccountprovider
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
}