mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
remove deleted keys
This commit is contained in:
parent
a39c73ca12
commit
fab74590eb
@ -378,6 +378,10 @@ public class PgpKeyOperation {
|
||||
do we need to remove and add in?
|
||||
*/
|
||||
|
||||
for (PGPSecretKey dKey : deleted_keys) {
|
||||
mKR = PGPSecretKeyRing.removeSecretKey(mKR, dKey);
|
||||
}
|
||||
|
||||
masterKey = mKR.getSecretKey();
|
||||
PGPPublicKey masterPublicKey = masterKey.getPublicKey();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user