|
|
@@ -675,6 +675,10 @@ public class MobileAuthPresenter implements IMobileAuthContract.Presenter {
|
|
|
|
|
|
// 3회 재시도 시 인증번호 입력 칸 보이지 않게 수정;
|
|
|
setEnabledConfirmView(false);
|
|
|
+
|
|
|
+ // 인증 확인 버튼 비활성
|
|
|
+ this.authorizationNumber = "";
|
|
|
+ verifyAuthorizationNumber(this.authorizationNumber);
|
|
|
view.clearFocusAll();
|
|
|
view.doPhoneNumberCheckedValidationMessage(R.string.phone_identify_phone_validation_limit);
|
|
|
}
|