Skip to content

Commit

Permalink
[ui/#10]: 상세 화면 탭 info 로 시작 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
NaZe0320 committed Jan 28, 2024
1 parent 5655d61 commit 8f5ad17
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class HomeDetailFragment: BindingFragmentNoneBackPress<FragmentHomeDetailBinding
private fun setViewPager() {
val pagerAdapter = HomeDetailViewPagerAdapter(requireActivity())

viewModel.changeTab(DetailTabType.INFO)

binding.vpStore.apply {
adapter = pagerAdapter
offscreenPageLimit = 1
Expand Down

0 comments on commit 8f5ad17

Please sign in to comment.