Allow JSoup as note text

This commit is contained in:
M66B
2023-08-14 10:58:36 +02:00
parent 66016e386d
commit b5f3d3718a
5 changed files with 39 additions and 11 deletions

View File

@@ -114,7 +114,7 @@ public class FragmentDialogRuleCheck extends FragmentDialogBase {
continue;
if (rule.matches(context, message, null, null))
if (rule.execute(context, message))
if (rule.execute(context, message, null))
applied++;
db.setTransactionSuccessful();