mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
Issue #378 ( private keys are no longer red ): Fixed
This commit is contained in:
parent
50d9908baf
commit
2b4b09d13c
@ -155,6 +155,9 @@ public class ImportKeysListEntry implements Serializable, Parcelable {
|
|||||||
if ( !(pgpKeyRing instanceof PGPSecretKeyRing) ) {
|
if ( !(pgpKeyRing instanceof PGPSecretKeyRing) ) {
|
||||||
secretKey = false;
|
secretKey = false;
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
secretKey = true;
|
||||||
|
}
|
||||||
|
|
||||||
userIds = new ArrayList<String>();
|
userIds = new ArrayList<String>();
|
||||||
for (String userId : new IterableIterator<String>(pgpKeyRing.getPublicKey().getUserIDs())) {
|
for (String userId : new IterableIterator<String>(pgpKeyRing.getPublicKey().getUserIDs())) {
|
||||||
|
Loading…
Reference in New Issue
Block a user