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