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:
parent
9e4b6c0718
commit
1bf271c178
1 changed files with 3 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue