1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-14 14:10:27 -05:00

Fix copy & paste error in previous commit.

This commit is contained in:
wongk 2012-01-05 17:12:26 -05:00
parent 0292ad2525
commit 9b3e4cbcf0

View File

@ -846,7 +846,7 @@ public class EasStore extends Store {
if (pp != null) {
String policyKey = acknowledgeProvision(pp.getPolicyKey(), PROVISION_STATUS_OK);
mAccount.setSecurityKey(policyKey);
mAccount.saveSyncKey(Preferences.getPreferences(K9.app.getApplicationContext()));
mAccount.saveSecurityKey(Preferences.getPreferences(K9.app.getApplicationContext()));
return true;
} else {
return false;