Added definable placeholders

This commit is contained in:
M66B
2022-08-21 08:50:42 +02:00
parent 4b353d9c07
commit 93a512c0f7
11 changed files with 215 additions and 26 deletions

View File

@@ -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);