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:
parent
0292ad2525
commit
9b3e4cbcf0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user