Skip to content

Commit

Permalink
refator(FestivalListFragment): 사용하지 않는 대학교 상세 이동 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed Mar 24, 2024
1 parent 2af29a1 commit 4b3e9ac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ class FestivalListFragment : Fragment() {
}

private fun showSchoolDetail() {
// findNavController().navigate(actionFestivalListFragmentToSchoolDetailFragment(0))
findNavController().navigate(actionFestivalListFragmentToSearchFragment())
}

Expand Down

0 comments on commit 4b3e9ac

Please sign in to comment.