Await room: first attempt to wait for a room to be ready
This commit is contained in:
parent
c05c414099
commit
d59f59e9f6
12 changed files with 186 additions and 44 deletions
|
|
@ -78,7 +78,7 @@ class LeaveRoomPresenterImpl @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
private fun showLeaveRoomAlert(
|
||||
private suspend fun showLeaveRoomAlert(
|
||||
matrixClient: MatrixClient,
|
||||
roomId: RoomId,
|
||||
confirmation: MutableState<LeaveRoomState.Confirmation>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue