|
|
@@ -15,7 +15,7 @@ import com.sheep.gamegroup.module.login.fragments.FindAccountFgt;
|
|
|
import com.sheep.gamegroup.module.login.fragments.SignInFgt;
|
|
|
import com.sheep.gamegroup.module.login.fragments.SignUpFgt;
|
|
|
import com.sheep.gamegroup.module.login.fragments.ValidCaptchaFgt;
|
|
|
-import com.sheep.gamegroup.module.login.model.Account;
|
|
|
+import com.sheep.gamegroup.greendao.download.Account;
|
|
|
import com.sheep.gamegroup.util.CertificationUtil;
|
|
|
import com.sheep.gamegroup.util.Jump2View;
|
|
|
import com.sheep.gamegroup.util.TestUtil;
|
|
|
@@ -86,7 +86,7 @@ public class LoginAct extends BaseUMActivity implements LoginController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- private void getUserInfo(int platform, LoginEntity entity) {
|
|
|
+ private void getUserInfo(int platform, final LoginEntity entity) {
|
|
|
if (platform == LoginController.PLATFORM_QQ || platform == LoginController.PLATFORM_WX) {
|
|
|
UMShareAPI.get(SheepApp.getInstance()).getPlatformInfo(this,
|
|
|
platform == LoginController.PLATFORM_QQ ? SHARE_MEDIA.QQ : SHARE_MEDIA.WEIXIN,
|