We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473f74d commit b2b1a76Copy full SHA for b2b1a76
presentation/src/main/java/com/threegap/bitnagil/presentation/home/HomeViewModel.kt
@@ -124,6 +124,8 @@ class HomeViewModel @Inject constructor(
124
routines = RoutinesUiModel(routinesByDate = updatedRoutinesByDate),
125
showDeleteConfirmDialog = false,
126
deletingRoutine = null,
127
+ routineDetailsBottomSheetVisible = false,
128
+ selectedRoutine = null,
129
)
130
}
131
@@ -184,6 +186,8 @@ class HomeViewModel @Inject constructor(
184
186
185
187
188
189
190
191
192
193
0 commit comments