Add TODO to remote API

This commit is contained in:
Dominik Schürmann 2015-03-21 15:43:36 +01:00
parent acd6c2ecec
commit 10f9dcd7a1
1 changed files with 2 additions and 0 deletions

View File

@ -573,6 +573,8 @@ public class OpenPgpService extends RemoteService {
Intent result = new Intent();
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;
if (signatureResult != null) {
resultType |= OpenPgpApi.RESULT_TYPE_SIGNED;