mirror of https://github.com/M66B/FairEmail.git
Fixed newlines in plain text
This commit is contained in:
parent
aacd40e77d
commit
7426479e1a
|
@ -2016,6 +2016,11 @@ public class HtmlHelper {
|
|||
case "br":
|
||||
newline(ssb.length());
|
||||
break;
|
||||
case "div": // compose
|
||||
case "p": // compose
|
||||
newline(ssb.length());
|
||||
newline(ssb.length());
|
||||
break;
|
||||
case "i":
|
||||
case "em":
|
||||
ssb.setSpan(new StyleSpan(Typeface.ITALIC), start, ssb.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
|
|
Loading…
Reference in New Issue