Remove confirmation dialog
This commit is contained in:
parent
ec323051fe
commit
55dc2c5da8
8 changed files with 7 additions and 52 deletions
|
|
@ -22,6 +22,5 @@ sealed interface SelectUsersEvents {
|
|||
data class UpdateSearchQuery(val query: String) : SelectUsersEvents
|
||||
data class AddToSelection(val matrixUser: MatrixUser) : SelectUsersEvents
|
||||
data class RemoveFromSelection(val matrixUser: MatrixUser) : SelectUsersEvents
|
||||
object ClearSelection : SelectUsersEvents
|
||||
data class OnSearchActiveChanged(val active: Boolean) : SelectUsersEvents
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue