don't sync contacts on import if skipSave is enabled
This commit is contained in:
@@ -456,7 +456,9 @@ public class ImportOperation extends BaseReadWriteOperation<ImportKeyringParcel>
|
||||
result = multiThreadedKeyImport(keyList, keyServer, proxy, skipSave);
|
||||
}
|
||||
|
||||
ContactSyncAdapterService.requestContactsSync();
|
||||
if (!importInput.mSkipSave) {
|
||||
ContactSyncAdapterService.requestContactsSync();
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user