Use the modifier parameter.
This commit is contained in:
parent
0d5f348354
commit
1319be177a
10 changed files with 30 additions and 10 deletions
|
|
@ -58,6 +58,7 @@ class RoomListNode @AssistedInject constructor(
|
|||
val state by connector.stateFlow.collectAsState()
|
||||
RoomListView(
|
||||
state = state,
|
||||
modifier = modifier,
|
||||
onRoomClicked = this::onRoomClicked,
|
||||
onOpenSettings = this::onOpenSettings
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue