fix(mypage): 비한국 사용자 본인인증 버튼 숨김 시 정렬을 유지한다
This commit is contained in:
@@ -400,7 +400,7 @@ class MyPageFragment : BaseFragment<FragmentMyBinding>(FragmentMyBinding::inflat
|
||||
}
|
||||
}
|
||||
} else {
|
||||
binding.btnIdentityVerification.root.visibility = View.GONE
|
||||
binding.btnIdentityVerification.root.visibility = View.INVISIBLE
|
||||
}
|
||||
|
||||
if (it.isAuth) {
|
||||
|
||||
Reference in New Issue
Block a user