Disabled extra reminders

pull/182/head
M66B 4 years ago
parent af057c9f10
commit a57ed6d927

@ -4155,9 +4155,9 @@ public class FragmentCompose extends FragmentBase {
(identity == null || (identity.cc == null && identity.bcc == null)))
args.putBoolean("remind_to", true);
if (TextUtils.isEmpty(draft.extra) &&
identity != null && identity.sender_extra)
args.putBoolean("remind_extra", true);
//if (TextUtils.isEmpty(draft.extra) &&
// identity != null && identity.sender_extra)
// args.putBoolean("remind_extra", true);
if (pgpService != null && pgpService.isBound() &&
(draft.ui_encrypt == null ||

Loading…
Cancel
Save