We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1f696 commit 9f90514Copy full SHA for 9f90514
presentation/src/main/java/com/threegap/bitnagil/presentation/home/HomeScreen.kt
@@ -82,11 +82,10 @@ fun HomeScreenContainer(
82
if (uiState.showDeleteConfirmDialog) {
83
DeleteConfirmDialog(
84
onDeleteToday = {
85
- viewModel.deleteRoutine(routine.routineId)
86
viewModel.sendIntent(HomeIntent.HideDeleteConfirmDialog)
87
},
88
onDeleteAll = {
89
- viewModel.sendIntent(HomeIntent.HideDeleteConfirmDialog)
+ viewModel.deleteRoutine(routine.routineId)
90
91
onDismiss = {
92
0 commit comments