Use ContentState.Loading instead of ContentState.UnknownRoom.
This commit is contained in:
parent
2d6499fb97
commit
794e3440fd
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class JoinRoomPresenter @AssistedInject constructor(
|
|||
roomDescription.get().toContentState()
|
||||
}
|
||||
else -> {
|
||||
ContentState.UnknownRoom(roomId)
|
||||
ContentState.Loading(roomId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue