mirror of
https://github.com/etesync/android
synced 2025-06-04 07:08:49 +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
|
@Override
|
||||||
protected void postProcess() throws CalendarStorageException, ContactsStorageException {
|
protected void postProcess() throws CalendarStorageException, ContactsStorageException {
|
||||||
|
super.postProcess();
|
||||||
/* VCard4 group handling: there are group contacts and individual contacts */
|
/* VCard4 group handling: there are group contacts and individual contacts */
|
||||||
App.log.info("Assigning memberships of downloaded contact groups");
|
App.log.info("Assigning memberships of downloaded contact groups");
|
||||||
LocalGroup.applyPendingMemberships(localAddressBook());
|
LocalGroup.applyPendingMemberships(localAddressBook());
|
||||||
|
Loading…
Reference in New Issue
Block a user