This commit is contained in:
Benoit Marty
2025-07-10 10:04:21 +02:00
parent 366d040d01
commit 1790d289c3

View File

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