| | |
| | | |
| | | @Override |
| | | public void onTextChanged(CharSequence s, int start, int before, int count) { |
| | | |
| | | setSendCodeState(); |
| | | setSetLoginPhoneState(); |
| | | } |
| | | |
| | | @Override |
| | |
| | | protected void onResume() { |
| | | super.onResume(); |
| | | Log.i(TAG, "onResume"); |
| | | MobclickAgent.onResume(this); |
| | | SharedPreferences sp = getSharedPreferences("user", MODE_PRIVATE); |
| | | boolean isLogin =UserUtil.isLogin(getApplicationContext()); |
| | | if (isLogin) {//用户已经登录 |
| | |
| | | @Override |
| | | protected void onPause() { |
| | | super.onPause(); |
| | | MobclickAgent.onPause(this); |
| | | if (isIntent) { |
| | | finish(); |
| | | } |