We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aecd810 commit 8d0a3aaCopy full SHA for 8d0a3aa
app/src/main/java/ir/codroid/taskino/ui/screen/list/ListScreen.kt
@@ -83,6 +83,7 @@ fun ListScreen(
83
onSwipeToDelete = { action, toDoTask ->
84
viewModel.updateTaskFiled(selectedTask = toDoTask)
85
viewModel.action.value = action
86
+ snackBarHostState.currentSnackbarData?.dismiss()
87
},
88
navigationToTaskScreen = navigateToTaskScreen
89
)
0 commit comments