Forward/reply is never empty

pull/172/head
M66B 5 years ago
parent e5c4a7732c
commit ae88344bda

@ -3592,7 +3592,8 @@ public class FragmentCompose extends FragmentBase {
if (TextUtils.isEmpty(draft.subject))
args.putBoolean("remind_subject", true);
if (empty)
File refFile = draft.getRefFile(context);
if (empty && !refFile.exists())
args.putBoolean("remind_text", true);
int attached = 0;

Loading…
Cancel
Save