Debug: skip reply sign/encrypt

pull/214/head
M66B 1 year ago
parent 74306ed5af
commit 70c27d6712

@ -5765,6 +5765,7 @@ public class FragmentCompose extends FragmentBase {
if (data.draft.bcc != null)
recipients.addAll(Arrays.asList(data.draft.bcc));
if (!BuildConfig.DEBUG)
if (EntityMessage.PGP_SIGNONLY.equals(ref.ui_encrypt) ||
EntityMessage.PGP_SIGNENCRYPT.equals(ref.ui_encrypt)) {
if (PgpHelper.isOpenKeychainInstalled(context) &&

Loading…
Cancel
Save