cleanup
This commit is contained in:
parent
1bcd7f7bf6
commit
f0866caba3
2 changed files with 741 additions and 910 deletions
File diff suppressed because it is too large
Load diff
|
@ -145,13 +145,10 @@ public class EditProfileFragment extends BaseOsmAndFragment {
|
|||
title = profile.getUserProfileTitle();
|
||||
profileNameEt.setText(title);
|
||||
startIconId = profile.iconId;
|
||||
|
||||
} else if (isNew) {
|
||||
isDataChanged = true;
|
||||
title = String
|
||||
.format("Custom %s", getResources().getString(profile.parent.getStringResource()));
|
||||
// profileNameEt.setText(title);
|
||||
//profileNameEt.selectAll();
|
||||
startIconId = profile.getParent().getSmallIconDark();
|
||||
profile.setIconId(startIconId);
|
||||
} else if (profile.getKey() != -1) {
|
||||
|
|
Loading…
Reference in a new issue