mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added attachments to templates
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user