mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
PGP is supposed to be free to use
This commit is contained in:
@@ -4226,7 +4226,9 @@ public class FragmentCompose extends FragmentBase {
|
||||
bottom_navigation.getMenu().findItem(R.id.action_redo).setVisible(draft.revision < draft.revisions);
|
||||
|
||||
if (needsEncryption) {
|
||||
if (ActivityBilling.isPro(getContext())) {
|
||||
if (ActivityBilling.isPro(getContext()) ||
|
||||
EntityMessage.PGP_SIGNONLY.equals(draft.ui_encrypt) ||
|
||||
EntityMessage.PGP_SIGNENCRYPT.equals(draft.ui_encrypt)) {
|
||||
boolean interactive = args.getBoolean("interactive");
|
||||
onEncrypt(draft, action, interactive);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user