密码登录最底位数改为1位
This commit is contained in:
@@ -65,7 +65,7 @@ public class LoginPasswordActivity extends BaseLoginAct {
|
||||
}
|
||||
|
||||
private void checkInput() {
|
||||
boolean enabled = !TextUtils.isEmpty(edtPhone.getText().toString()) && edtPhone.getText().toString().trim().length() >= 7
|
||||
boolean enabled = !TextUtils.isEmpty(edtPhone.getText().toString()) && edtPhone.getText().toString().trim().length() >= 1
|
||||
&& !TextUtils.isEmpty(edtPassword.getText().toString()) && edtPassword.getText().toString().trim().length() >= 6;
|
||||
btnNext.setEnabled(enabled);
|
||||
}
|
||||
|
Reference in New Issue
Block a user