mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 10:55:09 +01:00
Added definable placeholders
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user