Sanitize compose on showing drafts only

This commit is contained in:
M66B
2021-08-15 08:34:46 +02:00
parent a120d15073
commit 8debf5201b
2 changed files with 22 additions and 37 deletions

View File

@@ -3032,7 +3032,8 @@ public class HtmlHelper {
.removeAttr("x-dashed")
.removeAttr("x-tracking")
.removeAttr("x-border")
.removeAttr("x-list-style");
.removeAttr("x-list-style")
.removeAttr("x-plain");
}
static Spanned fromHtml(@NonNull String html, Context context) {