mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Fixed repeating list item number
This commit is contained in:
@@ -2141,7 +2141,7 @@ public class HtmlHelper {
|
||||
|
||||
@Override
|
||||
public void drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) {
|
||||
if (first) {
|
||||
if (((Spanned) text).getSpanStart(this) == start) {
|
||||
Paint.Style ostyle = p.getStyle();
|
||||
int ocolor = p.getColor();
|
||||
Typeface oface = p.getTypeface();
|
||||
|
||||
Reference in New Issue
Block a user