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