1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Skipping div

This commit is contained in:
M66B 2020-11-09 08:25:09 +01:00
parent d759703b3a
commit 3f7f98d77d

View file

@ -2314,6 +2314,9 @@ public class HtmlHelper {
case "body":
// Do nothing
break;
case "div": // signature
// Do nothing
break;
case "i":
case "em":
setSpan(ssb, new StyleSpan(Typeface.ITALIC), start, ssb.length());