mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-04 16:25:05 -05:00
fix isLocal logic (f*ck yeah unit tests!)
This commit is contained in:
parent
344bc1736d
commit
6062b5ef68
@ -237,6 +237,6 @@ public class WrappedSignature {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
SignatureSubpacket p = mSig.getHashedSubPackets().getSubpacket(SignatureSubpacketTags.EXPORTABLE);
|
SignatureSubpacket p = mSig.getHashedSubPackets().getSubpacket(SignatureSubpacketTags.EXPORTABLE);
|
||||||
return ((Exportable) p).isExportable();
|
return ! ((Exportable) p).isExportable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user