1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 16:39:37 +00:00

Remove X attributes

This commit is contained in:
M66B 2020-08-11 19:23:08 +02:00
parent c771bcaed5
commit 7b3eea917c

View file

@ -982,6 +982,9 @@ public class HtmlHelper {
if (next == null || !"br".equals(next.tagName()))
e.appendElement("br");
}
e.removeAttr("x-line-before");
e.removeAttr("x-line-after");
}
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.N)