allow explicit re-certification in SaveKeyringParcel

This commit is contained in:
Vincent Breitmoser
2015-01-24 23:11:54 +01:00
parent 0e0970c347
commit fb2fa195bf
3 changed files with 10 additions and 2 deletions

View File

@@ -730,7 +730,7 @@ public class PgpKeyOperation {
}
// This doesn't concern us any further
if (change.mExpiry == null && change.mFlags == null) {
if (!change.mRecertify && (change.mExpiry == null && change.mFlags == null)) {
continue;
}