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

@@ -295,6 +295,9 @@ public class MessageHelper {
DB db = DB.getInstance(context);
String html = message.read(context);
if (message.replying != null || message.forwarding != null)
html += HtmlHelper.getQuote(context,
message.replying == null ? message.forwarding : message.replying, false);
StringBuilder body = new StringBuilder();
body.append(html);