更新登录相关错误码 多设备登录提示优化(没效果)

This commit is contained in:
kehaoyuan
2017-08-25 10:47:15 +08:00
parent e4be47e7e7
commit 82e2aa45c6
14 changed files with 393 additions and 104 deletions

View File

@ -38,6 +38,7 @@ import com.gh.common.util.PatternUtils;
import com.gh.common.util.SoftInputHidWidgetUtils;
import com.gh.gamecenter.entity.InstallGameEntity;
import com.gh.gamecenter.entity.SuggestionTypeEntity;
import com.gh.gamecenter.entity.UserInfoEntity;
import com.gh.gamecenter.fragment.WaitingDialogFragment;
import com.gh.gamecenter.retrofit.JSONObjectResponse;
import com.gh.gamecenter.retrofit.RetrofitManager;
@ -247,6 +248,11 @@ public class SuggestionActivity extends BaseActivity implements SuggestTypeAdapt
}
}
}
UserInfoEntity userInfo = LoginUtils.getUserInfo(this);
if (userInfo != null && !TextUtils.isEmpty(userInfo.getContact())) {
mSuggestEmailEt.setText(userInfo.getContact());
}
}
private void initSuggest(int type) {