|
|
|
@ -485,10 +485,10 @@ public class EditPeopleControlSet extends PopupControlSet {
|
|
|
|
user.label += " (" + user.user.optString("email") + ")";
|
|
|
|
user.label += " (" + user.user.optString("email") + ")";
|
|
|
|
names.put(name, null);
|
|
|
|
names.put(name, null);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(!TextUtils.isEmpty("email"))
|
|
|
|
if(!TextUtils.isEmpty(email))
|
|
|
|
atu.label += " (" + email + ")";
|
|
|
|
atu.label += " (" + email + ")";
|
|
|
|
} else if(TextUtils.isEmpty(name)) {
|
|
|
|
} else if(TextUtils.isEmpty(name) || "null".equals(name)) {
|
|
|
|
if(!TextUtils.isEmpty("email"))
|
|
|
|
if(!TextUtils.isEmpty(email))
|
|
|
|
atu.label = email;
|
|
|
|
atu.label = email;
|
|
|
|
else
|
|
|
|
else
|
|
|
|
users.remove(atu);
|
|
|
|
users.remove(atu);
|
|
|
|
|