Update rust sdk to 0.1.44

This commit is contained in:
ganfra 2023-08-21 17:47:03 +02:00
parent bfd938a970
commit 380b5302f3
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ private fun RoomListLoadingState.toLoadingState(): RoomList.LoadingState {
private fun RoomListServiceState.toRoomListState(): RoomListService.State {
return when (this) {
RoomListServiceState.INIT,
RoomListServiceState.INITIAL,
RoomListServiceState.SETTING_UP -> RoomListService.State.Idle
RoomListServiceState.RUNNING -> RoomListService.State.Running
RoomListServiceState.ERROR -> RoomListService.State.Error