mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed centered lines
This commit is contained in:
@@ -2375,7 +2375,7 @@ public class HtmlHelper {
|
||||
setSpan(ssb, new StyleSpan(Typeface.BOLD), start, ssb.length());
|
||||
break;
|
||||
case "hr":
|
||||
// Suppress succesive lines
|
||||
// Suppress successive lines
|
||||
LineSpan[] lines = ssb.getSpans(0, ssb.length(), LineSpan.class);
|
||||
int last = -1;
|
||||
if (lines != null)
|
||||
|
||||
Reference in New Issue
Block a user