Skip to content

Commit

Permalink
[1.1.6] Refactored;
Browse files Browse the repository at this point in the history
Took 26 seconds
  • Loading branch information
raheemadamboev committed Jan 26, 2024
1 parent 42e1d3a commit b5cb044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fun TodoListScreen(
val result = snackbar.showSnackbar(
message = context.getString(R.string.deleted_successfully),
actionLabel = context.getString(R.string.undo),
duration = SnackbarDuration.Long
duration = SnackbarDuration.Short
)
if (result == SnackbarResult.ActionPerformed) viewmodel.onUndoDeletedTodo()
}
Expand Down

0 comments on commit b5cb044

Please sign in to comment.