Import keys with adapter, loader, and new design
This commit is contained in:
@@ -773,7 +773,7 @@ public class DecryptActivity extends SherlockFragmentActivity {
|
||||
mSignatureKeyId = returnData
|
||||
.getLong(KeychainIntentService.RESULT_SIGNATURE_KEY_ID);
|
||||
mUserIdRest.setText("id: "
|
||||
+ PgpKeyHelper.getSmallFingerPrint(mSignatureKeyId));
|
||||
+ PgpKeyHelper.convertKeyIdToHex(mSignatureKeyId));
|
||||
if (userId == null) {
|
||||
userId = getResources().getString(R.string.unknownUserId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user