fix(mypage): 비한국 사용자 본인인증 버튼 숨김 시 정렬을 유지한다

This commit is contained in:
2026-03-28 18:40:58 +09:00
parent 9dfad913bc
commit 4bb91c605a
3 changed files with 32 additions and 3 deletions

View File

@@ -63,8 +63,8 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 35
versionCode 231
versionName "1.53.0"
versionCode 233
versionName "1.54.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -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) {