mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Fixed newlines in plain text
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user