Skip to content

Commit 48a8435

Browse files
committed
♻️ Refactor: goalRefreshBus의 notifyChanged를 notifyGoalListChanged로 변경
1 parent 5ed8ba3 commit 48a8435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/task-certification/src/main/java/com/twix/task_certification/detail/TaskCertificationDetailViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class TaskCertificationDetailViewModel(
3838
viewModelScope.launch {
3939
taskCertificationRefreshBus.events.collect {
4040
fetchPhotolog()
41-
goalRefreshBus.notifyChanged()
41+
goalRefreshBus.notifyGoalListChanged()
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)