re-enable contact sync by default

This commit is contained in:
Dominik Schürmann
2015-11-23 23:27:01 +01:00
parent 01b89d1d9c
commit dfed60f442
2 changed files with 3 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ public class KeychainApplication extends Application {
// Add OpenKeychain account to Android to link contacts with keys and keyserver sync
KeyserverSyncAdapterService.enableKeyserverSync(this);
ContactSyncAdapterService.initContactsSync(this);
ContactSyncAdapterService.enableContactsSync(this);
// Update keyserver list as needed
Preferences.getPreferences(this).upgradePreferences(this);