mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
There is always a body
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user