|
|
|
@ -235,6 +235,8 @@ public class PeopleContainer extends LinearLayout {
|
|
|
|
if (peopleAsJSON) {
|
|
|
|
if (peopleAsJSON) {
|
|
|
|
JSONObject person = PeopleContainer.createUserJson(textView);
|
|
|
|
JSONObject person = PeopleContainer.createUserJson(textView);
|
|
|
|
if (person != null) {
|
|
|
|
if (person != null) {
|
|
|
|
|
|
|
|
if (person.optBoolean("owner")) //$NON-NLS-1$
|
|
|
|
|
|
|
|
continue;
|
|
|
|
String email = person.optString("email");
|
|
|
|
String email = person.optString("email");
|
|
|
|
Long id = person.optLong("id", -1);
|
|
|
|
Long id = person.optLong("id", -1);
|
|
|
|
if (!TextUtils.isEmpty(email) && !addedEmails.contains(email)) {
|
|
|
|
if (!TextUtils.isEmpty(email) && !addedEmails.contains(email)) {
|
|
|
|
|