pull/146/head
M66B 6 years ago
parent eaefc01ab7
commit 0541d4933a

@ -909,8 +909,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
if (pgpService.isBound()) { if (pgpService.isBound()) {
Intent data = new Intent(); Intent data = new Intent();
data.setAction(OpenPgpApi.ACTION_DECRYPT_VERIFY); data.setAction(OpenPgpApi.ACTION_DECRYPT_VERIFY);
data.putExtra(OpenPgpApi.EXTRA_USER_IDS, new String[]{intent.getStringExtra("to")});
data.putExtra(OpenPgpApi.EXTRA_REQUEST_ASCII_ARMOR, true);
decrypt(data, intent.getLongExtra("id", -1)); decrypt(data, intent.getLongExtra("id", -1));
} else { } else {

Loading…
Cancel
Save