Skip to content

Commit

Permalink
#118 fix: 누락 코드 발견....
Browse files Browse the repository at this point in the history
- 이럴수가...
  • Loading branch information
stopkite committed Mar 3, 2024
1 parent 71292af commit 0c593b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class LeaderVoteBeforeFragment : BaseFragment<FragmentLeaderVoteBeforeBinding>(R

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
binding.fragment = this
viewModel.loadBestRegions(groupId)
setupObserver()
}
Expand Down

0 comments on commit 0c593b1

Please sign in to comment.