should have used refactor...

This commit is contained in:
Ashley Hughes 2014-02-08 21:42:04 +00:00
parent 5bd0a2ebc8
commit e150004e32

View File

@ -542,7 +542,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
ProviderHelper.getPGPSecretKeyRingByKeyId(this, masterKeyId), ProviderHelper.getPGPSecretKeyRingByKeyId(this, masterKeyId),
oldPassPhrase, newPassPhrase); oldPassPhrase, newPassPhrase);
} else { } else {
keyOperations.buildSecretKey(userIds, keys, keysUsages, keysExpiryDates, masterKeyId, keyOperations.buildSecretKey(userIds, keys, keysUsages, keysExpiryDates,
oldPassPhrase, newPassPhrase); oldPassPhrase, newPassPhrase);
} }
PassphraseCacheService.addCachedPassphrase(this, masterKeyId, newPassPhrase); PassphraseCacheService.addCachedPassphrase(this, masterKeyId, newPassPhrase);