Skip to content

Commit

Permalink
feat(FestivalList): 스와이프 새로고침의 민감도를 줄인다
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Feb 29, 2024
1 parent d6319a5 commit f8ec366
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class FestivalListFragment : Fragment() {
vm.loadFestivals()
binding.srlFestivalList.isRefreshing = false
}
binding.srlFestivalList.setDistanceToTriggerSync(400)
binding.ivSearch.setOnClickListener { // 임시 연결
showSchoolDetail()
}
Expand Down

0 comments on commit f8ec366

Please sign in to comment.