This commit is contained in:
Benoit Marty 2025-07-10 10:04:21 +02:00
parent 724cc13c05
commit 2f7804d614

View file

@ -62,7 +62,10 @@ fun SelectedUser(
// when talkback is not enabled
onClick(
label = actionRemove,
action = { onUserRemove(matrixUser); true }
action = {
onUserRemove(matrixUser)
true
}
)
}
}