mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
020cdf95c1
commit
94574480ac
|
@ -1682,7 +1682,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
draft.subject = context.getString(R.string.title_subject_forward,
|
||||
ref.subject == null ? "" : ref.subject);
|
||||
|
||||
if (answer > 0 && ("reply".equals(action) || "reply_all".equals(action)))
|
||||
if (answer > 0)
|
||||
body = EntityAnswer.getAnswerText(db, answer, draft.to) + body;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue