Skip to content

Commit

Permalink
indent a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 committed Feb 5, 2025
1 parent 8b98044 commit 74e36e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ class JoinRoomScreenViewModel: JoinRoomScreenViewModelType, JoinRoomScreenViewMo
self.roomPreview = roomPreview
await updateRoomDetails()
case .failure(.roomPreviewIsPrivate):
// Handled by the mode, we don't need an error indicator.
isLoadingPreview = false
// Handled by the mode, we don't need an error indicator.
case .failure:
hideLoadingIndicator()
state.bindings.alertInfo = .init(id: .loadingError,
Expand Down

0 comments on commit 74e36e0

Please sign in to comment.