Merge change 24601 into eclair

* changes:
  Fix sync-crashing bug in exchange contact groups
This commit is contained in:
Android (Google) Code Review 2009-09-10 18:55:20 -04:00
commit 6c6d7e3a26

View File

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