1
0
mirror of https://github.com/etesync/android synced 2024-11-15 12:28:57 +00:00

Contact sync manager: Add missing super call in postprocess.

This commit is contained in:
Tom Hacohen 2017-02-17 01:12:23 +00:00
parent c60557d035
commit b3cd95bcf5

View File

@ -120,6 +120,7 @@ public class ContactsSyncManager extends SyncManager {
@Override
protected void postProcess() throws CalendarStorageException, ContactsStorageException {
super.postProcess();
/* VCard4 group handling: there are group contacts and individual contacts */
App.log.info("Assigning memberships of downloaded contact groups");
LocalGroup.applyPendingMemberships(localAddressBook());