Adding callbacks on the SelectUsersView
This commit is contained in:
parent
f536c6308d
commit
d0158c06dc
2 changed files with 15 additions and 6 deletions
|
|
@ -71,6 +71,7 @@ fun CreateRoomRootView(
|
|||
SelectUsersView(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
state = state.selectUsersState,
|
||||
onUserSelected = { state.eventSink.invoke(CreateRoomRootEvents.StartDM(it)) },
|
||||
)
|
||||
|
||||
if (!state.selectUsersState.isSearchActive) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue