Skip to content

Commit

Permalink
[Fix] 로그인 Activity cast 수정 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
HamBeomJoon authored Aug 17, 2024
1 parent e3bac20 commit 283189b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SignInProviderFragment :
lateinit var naverAuthService: NaverAuthService

override fun initView() {
(requireActivity() as MainActivity).setStatusBarColor(R.color.white, false)
(requireActivity() as SignActivity).setStatusBarColor(R.color.white, false)

signViewModel.getRecentAuthProvider()
}
Expand Down

0 comments on commit 283189b

Please sign in to comment.