Disabled extra reminders

This commit is contained in:
M66B 2020-06-18 07:39:26 +02:00
parent af057c9f10
commit a57ed6d927
1 changed files with 3 additions and 3 deletions

View File

@ -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 ||