Small improvement

This commit is contained in:
M66B 2019-05-19 07:26:55 +02:00
parent 0a29a0a282
commit e3c833112f
1 changed files with 1 additions and 1 deletions

View File

@ -2102,7 +2102,7 @@ public class FragmentCompose extends FragmentBase {
body += "<p>" + res.getString(R.string.title_receipt_text) + "</p>";
} else if ("forward".equals(action)) {
String fwd = context.getString(R.string.title_subject_forward, "");
if (!prefix_once || !subject.startsWith(fwd))
if (!prefix_once || !subject.startsWith(fwd.trim()))
draft.subject = context.getString(R.string.title_subject_forward, subject);
else
draft.subject = ref.subject;