Bläddra i källkod

[회원가입][Bug] 모바일 인증: 인증번호 요청 3회 시도시 확인 버튼 비활성

hyodong.min 7 år sedan
förälder
incheckning
f934f8603d

+ 4 - 0
app/src/main/java/kr/co/zumo/app/lifeplus/view/custom/auth/MobileAuthPresenter.java

@@ -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);
     }