Use ContentState.Loading instead of ContentState.UnknownRoom.
This commit is contained in:
@@ -56,7 +56,7 @@ class JoinRoomPresenter @AssistedInject constructor(
|
||||
roomDescription.get().toContentState()
|
||||
}
|
||||
else -> {
|
||||
ContentState.UnknownRoom(roomId)
|
||||
ContentState.Loading(roomId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user