[Modify]修改注册默认头像和昵称默认值
This commit is contained in:
@@ -56,7 +56,7 @@ public class AddUserInfoFragment extends BaseFragment
|
||||
private int gender = -1;
|
||||
private XRadioGroup rgGender;
|
||||
private RadioButton rbMale;
|
||||
private String avatarUrl = "http://beta.img.pekolive.com/logo.png";
|
||||
private String avatarUrl = "https://img.pekolive.com/default_avatar.png";
|
||||
|
||||
public static String INVITE_USER_CODE = "";
|
||||
|
||||
@@ -87,7 +87,6 @@ public class AddUserInfoFragment extends BaseFragment
|
||||
InitialModel.get().init(false);
|
||||
}
|
||||
|
||||
|
||||
private void addUserInfo() {
|
||||
ThirdUserInfo thirdUserInfo = AuthModel.get().getThirdUserInfo();
|
||||
if (thirdUserInfo != null) {
|
||||
|
@@ -140,7 +140,6 @@
|
||||
android:paddingStart="@dimen/dp_9"
|
||||
android:paddingEnd="0dp"
|
||||
android:singleLine="true"
|
||||
android:text="@string/text_default_nick"
|
||||
android:textColor="@color/text_title_color"
|
||||
android:textSize="@dimen/dp_14"
|
||||
app:layout_constraintBottom_toBottomOf="@id/view_nick_bg"
|
||||
|
Reference in New Issue
Block a user