2016.8.25测试sonarqube。
This commit is contained in:
parent
f295983f47
commit
729adae7f3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -64,7 +64,6 @@ public class LoginActivity extends Activity implements OnClickListener {
|
|||
private TextView mUserInfo;
|
||||
private ImageView mUserLogo;
|
||||
private ImageView mNewLoginButton;
|
||||
private TextView backInfo;
|
||||
|
||||
// QQ登陆
|
||||
private static Tencent mTencent;
|
||||
|
@ -122,8 +121,6 @@ public class LoginActivity extends Activity implements OnClickListener {
|
|||
mUserLogo = (ImageView) findViewById(R.id.user_logo);
|
||||
mNewLoginButton = (ImageView) findViewById(R.id.new_login_btn);
|
||||
mNewLoginButton.setOnClickListener(this);
|
||||
backInfo = (TextView) findViewById(R.id.user_callback);
|
||||
|
||||
getUserInfo();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue