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:
parent
c60557d035
commit
b3cd95bcf5
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user