fixed sync on key import, 'me' linked contact crash

This commit is contained in:
Adithya Abraham Philip
2015-05-08 19:05:21 +05:30
parent 64a85721cb
commit 797cd28997
3 changed files with 52 additions and 1 deletions

View File

@@ -376,6 +376,8 @@ public class ImportExportOperation extends BaseOperation {
log.add(LogType.MSG_IMPORT_ERROR, 1);
}
ContactSyncAdapterService.requestSync();
return new ImportKeyResult(resultType, log, newKeys, updatedKeys, badKeys, secret,
importedMasterKeyIdsArray);
}