Skip to content

Commit e42131a

Browse files
chore: 홈 화면 새로고침시 분실물 stat 업데이트
1 parent 0a1b902 commit e42131a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Koin/Presentation/Home/Home/HomeViewController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,9 @@ extension HomeViewController {
602602
}
603603

604604
@objc private func refresh() {
605+
lostItemListView.timer?.invalidate()
605606
inputSubject.send(.categorySelected(getDiningPlace()))
607+
inputSubject.send(.getLostItemStat)
606608
refreshControl.endRefreshing()
607609
}
608610

0 commit comments

Comments
 (0)