Added attachments to templates

This commit is contained in:
M66B
2024-06-16 10:29:15 +02:00
parent 18666c4b5e
commit f399facb00
10 changed files with 222 additions and 95 deletions

View File

@@ -81,7 +81,7 @@ public class ActivityAnswer extends ActivityBase {
}
});
String html = answer.getHtml(context, null);
String html = answer.getData(context, null).getHtml();
String text = HtmlHelper.getText(context, html);
ClipboardManager cbm = Helper.getSystemService(ActivityAnswer.this, ClipboardManager.class);