From 468b7181e92689831d5414abf027794570a45125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 15 Sep 2013 15:23:13 +0200 Subject: [PATCH] reorder manifest --- OpenPGP-Keychain/AndroidManifest.xml | 18 ++++++++---------- .../service/remote/OpenPgpService.java | 4 ++-- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/OpenPGP-Keychain/AndroidManifest.xml b/OpenPGP-Keychain/AndroidManifest.xml index 6febe57f4..b9410030e 100644 --- a/OpenPGP-Keychain/AndroidManifest.xml +++ b/OpenPGP-Keychain/AndroidManifest.xml @@ -350,6 +350,7 @@ android:name=".ui.HelpActivity" android:label="@string/title_help" /> + - - - - - - - - - + - + + + + + + \ No newline at end of file diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java index ed2c12419..3a8c6059e 100644 --- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java +++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java @@ -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