Quality
This commit is contained in:
parent
724cc13c05
commit
2f7804d614
1 changed files with 4 additions and 1 deletions
|
|
@ -62,7 +62,10 @@ fun SelectedUser(
|
|||
// when talkback is not enabled
|
||||
onClick(
|
||||
label = actionRemove,
|
||||
action = { onUserRemove(matrixUser); true }
|
||||
action = {
|
||||
onUserRemove(matrixUser)
|
||||
true
|
||||
}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue