mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 03:32:15 -05:00
fixed another break continue bug
This commit is contained in:
parent
88f43643bf
commit
6b047bed97
@ -865,10 +865,9 @@ public class XmppConnectionService extends Service implements OnPhoneContactsLoa
|
||||
try {
|
||||
jid = Jid.fromString(phoneContact.getString("jid"));
|
||||
} catch (final InvalidJidException e) {
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
final Contact contact = account.getRoster()
|
||||
.getContact(jid);
|
||||
final Contact contact = account.getRoster().getContact(jid);
|
||||
String systemAccount = phoneContact.getInt("phoneid")
|
||||
+ "#"
|
||||
+ phoneContact.getString("lookup");
|
||||
|
Loading…
Reference in New Issue
Block a user