Get/update full body on send

This commit is contained in:
M66B
2019-01-13 08:12:47 +00:00
parent 7e9068eeaf
commit 6eda79aa83
3 changed files with 10 additions and 7 deletions

View File

@@ -1903,13 +1903,6 @@ public class FragmentCompose extends FragmentEx {
last_available = available;
if (action == R.id.action_send)
if (draft.replying != null || draft.forwarding != null) {
body += HtmlHelper.getQuote(context,
draft.replying == null ? draft.forwarding : draft.replying, false);
dirty = true;
}
if (dirty) {
// Update draft
draft.identity = ident;