Adding callbacks on the SelectUsersView
This commit is contained in:
committed by
Florian Renaud
parent
f536c6308d
commit
d0158c06dc
+1
@@ -71,6 +71,7 @@ fun CreateRoomRootView(
|
||||
SelectUsersView(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
state = state.selectUsersState,
|
||||
onUserSelected = { state.eventSink.invoke(CreateRoomRootEvents.StartDM(it)) },
|
||||
)
|
||||
|
||||
if (!state.selectUsersState.isSearchActive) {
|
||||
|
||||
Reference in New Issue
Block a user