We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d654bc commit 4017c5cCopy full SHA for 4017c5c
1 file changed
app/src/main/java/to/bitkit/ui/settings/advanced/RgsServerViewModel.kt
@@ -83,11 +83,11 @@ class RgsServerViewModel @Inject constructor(
83
computeState(newState)
84
}
85
86
- .onFailure { e ->
+ .onFailure { error ->
87
_uiState.update {
88
it.copy(
89
isLoading = false,
90
- connectionResult = Result.failure(e),
+ connectionResult = Result.failure(error),
91
)
92
93
0 commit comments