Skip to content

Commit

Permalink
[feat/#34]: 홈 백버튼 누락 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
NaZe0320 committed Feb 5, 2024
1 parent b0611e7 commit d41a4dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class HomeDetailFragment: BindingFragment<FragmentHomeDetailBinding>(R.layout.fr
binding.lifecycleOwner = viewLifecycleOwner
setViewPager()
setStoreImage()
setButton()
}

private fun setViewPager() {
Expand Down

0 comments on commit d41a4dc

Please sign in to comment.