reorder manifest

This commit is contained in:
Dominik Schürmann
2013-09-15 15:23:13 +02:00
parent 312b735fbd
commit 468b7181e9
2 changed files with 10 additions and 12 deletions

View File

@@ -422,8 +422,8 @@ public class OpenPgpService extends RemoteService {
OpenPgpSignatureResult sigResult = null;
if (signature) {
long signatureKeyId = outputBundle
.getLong(KeychainIntentService.RESULT_SIGNATURE_KEY_ID);
// long signatureKeyId = outputBundle
// .getLong(KeychainIntentService.RESULT_SIGNATURE_KEY_ID);
String signatureUserId = outputBundle
.getString(KeychainIntentService.RESULT_SIGNATURE_USER_ID);
boolean signatureSuccess = outputBundle