Skip to content

Commit

Permalink
update EditViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Feb 22, 2024
1 parent 7c93f9a commit e3e3ee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ internal class EditViewModel(
}
.fold(
onSuccess = {
_uiStateFlow.value = EditUiState.Complete
navigator.navigateBack()
_uiStateFlow.value = EditUiState.Complete
},
onFailure = {
// TODO: handle error
Expand Down

0 comments on commit e3e3ee4

Please sign in to comment.