Forward/reply is never empty

This commit is contained in:
M66B
2020-01-17 17:07:56 +01:00
parent e5c4a7732c
commit ae88344bda

View File

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