Skip to content

Commit 4017c5c

Browse files
committed
chore: restore code
1 parent 4d654bc commit 4017c5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/to/bitkit/ui/settings/advanced/RgsServerViewModel.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ class RgsServerViewModel @Inject constructor(
8383
computeState(newState)
8484
}
8585
}
86-
.onFailure { e ->
86+
.onFailure { error ->
8787
_uiState.update {
8888
it.copy(
8989
isLoading = false,
90-
connectionResult = Result.failure(e),
90+
connectionResult = Result.failure(error),
9191
)
9292
}
9393
}

0 commit comments

Comments
 (0)