Simplification

This commit is contained in:
M66B 2019-03-26 06:51:40 +00:00
parent 020cdf95c1
commit 94574480ac
1 changed files with 1 additions and 1 deletions

View File

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