mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Ensure new line after block quote
This commit is contained in:
@@ -1945,6 +1945,8 @@ public class HtmlHelper {
|
||||
if (start > 0 && ssb.charAt(start - 1) != '\n')
|
||||
ssb.insert(start++, "\n");
|
||||
ssb.setSpan(new QuoteSpan(), start, ssb.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
if (ssb.length() > 1 && ssb.charAt(ssb.length() - 1) != '\n')
|
||||
ssb.append("\n");
|
||||
break;
|
||||
case "br":
|
||||
newline(ssb.length());
|
||||
|
||||
Reference in New Issue
Block a user