Fix sync-crashing bug in exchange contact groups

Change-Id: I40335dcbba9653778d8376b26ae9c2455c34d0ee
This commit is contained in:
Marc Blank 2009-09-10 15:52:18 -07:00
parent ffe998914d
commit 058df979c8
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ public class ContactsSyncAdapter extends AbstractSyncAdapter {
switch (tag) {
case Tags.CONTACTS_CATEGORY:
ops.addGroup(entity, getValue());
break;
default:
skipTag();
}