mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Sanitize compose on showing drafts only
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user