Merge commit '625a05572ee786453698b0fbc960452c203ab797' * commit '625a05572ee786453698b0fbc960452c203ab797': Fix sync-crashing bug in exchange contact groups
This commit is contained in:
commit
a18fca355d
@ -603,6 +603,7 @@ public class ContactsSyncAdapter extends AbstractSyncAdapter {
|
|||||||
switch (tag) {
|
switch (tag) {
|
||||||
case Tags.CONTACTS_CATEGORY:
|
case Tags.CONTACTS_CATEGORY:
|
||||||
ops.addGroup(entity, getValue());
|
ops.addGroup(entity, getValue());
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
skipTag();
|
skipTag();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user