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

@@ -242,7 +242,7 @@ public class EditTextCompose extends FixedEditText {
for (EntityAnswer snippet : snippets)
if (snippet.id.equals(id)) {
String html = snippet.getHtml(to);
String html = snippet.getHtml(context, to);
executor.submit(new Runnable() {
@Override