Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i-kulikov-geniusee committed Nov 29, 2023
1 parent 1db3f70 commit e19ff75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class SettingsViewModel(
}

private fun shutDownNode() = launch {
setState { copy(isLoading = true) }
setState { copy(isLoading = true, showShutDownConfirmation = false) }

withContext(ioDispatcher) {
node.stop()
Expand Down

0 comments on commit e19ff75

Please sign in to comment.