We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9b27e commit 005e5d4Copy full SHA for 005e5d4
1 file changed
presentation/src/main/java/com/threegap/bitnagil/presentation/routinelist/RoutineListViewModel.kt
@@ -113,7 +113,7 @@ class RoutineListViewModel @Inject constructor(
113
114
private fun fetchRoutines() {
115
sendIntent(RoutineListIntent.UpdateLoading(true))
116
- val currentWeek = container.stateFlow.value.selectedDate.getCurrentWeekDays()
+ val currentWeek = stateFlow.value.selectedDate.getCurrentWeekDays()
117
val startDate = currentWeek.first().toString()
118
val endDate = currentWeek.last().toString()
119
viewModelScope.launch {
0 commit comments