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

There is always a body

This commit is contained in:
M66B 2020-11-07 16:47:12 +01:00
parent 9e4b6c0718
commit 1bf271c178

View file

@ -2229,6 +2229,9 @@ public class HtmlHelper {
case "br":
ssb.append('\n');
break;
case "body":
// Do nothing
break;
case "i":
case "em":
setSpan(ssb, new StyleSpan(Typeface.ITALIC), start, ssb.length());