mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 03:24:52 +02:00
Forward/reply is never empty
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user