Skip to content

Commit

Permalink
Google fix your goddamn debugger already
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Feb 14, 2024
1 parent a657b31 commit 7cbaa9a
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ class HomeViewModel(
)
}

is DomainResponse.Error -> {
println(lectures.error)
HomeState.Error
}
is DomainResponse.Error -> HomeState.Error
}
}.stateIn(
scope = viewModelScope,
Expand Down

0 comments on commit 7cbaa9a

Please sign in to comment.