mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Cleanup
This commit is contained in:
@@ -909,8 +909,6 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
if (pgpService.isBound()) {
|
||||
Intent data = new Intent();
|
||||
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));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user