更新登录相关错误码 多设备登录提示优化(没效果)
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user