mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Add TODO to remote API
This commit is contained in:
parent
acd6c2ecec
commit
10f9dcd7a1
@ -573,6 +573,8 @@ public class OpenPgpService extends RemoteService {
|
|||||||
Intent result = new Intent();
|
Intent result = new Intent();
|
||||||
|
|
||||||
OpenPgpSignatureResult signatureResult = pgpResult.getSignatureResult();
|
OpenPgpSignatureResult signatureResult = pgpResult.getSignatureResult();
|
||||||
|
// TODO: currently RESULT_TYPE_UNENCRYPTED_UNSIGNED is never returned
|
||||||
|
// instead an error is returned when no pgp data has been found
|
||||||
int resultType = OpenPgpApi.RESULT_TYPE_UNENCRYPTED_UNSIGNED;
|
int resultType = OpenPgpApi.RESULT_TYPE_UNENCRYPTED_UNSIGNED;
|
||||||
if (signatureResult != null) {
|
if (signatureResult != null) {
|
||||||
resultType |= OpenPgpApi.RESULT_TYPE_SIGNED;
|
resultType |= OpenPgpApi.RESULT_TYPE_SIGNED;
|
||||||
|
Loading…
Reference in New Issue
Block a user