mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Added definable placeholders
This commit is contained in:
@@ -83,7 +83,7 @@ public class ActivityAnswer extends ActivityBase {
|
||||
}
|
||||
});
|
||||
|
||||
String html = answer.getHtml(null);
|
||||
String html = answer.getHtml(context, null);
|
||||
String text = HtmlHelper.getText(context, html);
|
||||
|
||||
ClipboardManager cbm = Helper.getSystemService(ActivityAnswer.this, ClipboardManager.class);
|
||||
|
||||
Reference in New Issue
Block a user