Avoid using runBlocking in Node resolve function.
This commit is contained in:
parent
7559385439
commit
16acfa28d7
10 changed files with 159 additions and 26 deletions
|
|
@ -40,7 +40,10 @@ class RoomInviteMembersNode @AssistedInject constructor(
|
|||
)
|
||||
}
|
||||
|
||||
private val invitePeoplePresenter = invitePeoplePresenterFactory.create(room)
|
||||
private val invitePeoplePresenter = invitePeoplePresenterFactory.create(
|
||||
joinedRoom = room,
|
||||
roomId = room.roomId,
|
||||
)
|
||||
|
||||
@Composable
|
||||
override fun View(modifier: Modifier) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue