Fixed extending indent spans

pull/201/head
M66B 4 years ago
parent 084dc67ea9
commit d065a8aa33

@ -2694,7 +2694,7 @@ public class HtmlHelper {
else else
setSpan(ssb, new QuoteSpan(colorBlockquote, quoteStripe, quoteGap), start, ssb.length(), Spanned.SPAN_INCLUSIVE_EXCLUSIVE); setSpan(ssb, new QuoteSpan(colorBlockquote, quoteStripe, quoteGap), start, ssb.length(), Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
} else } else
setSpan(ssb, new IndentSpan(intentSize), start, ssb.length(), Spanned.SPAN_INCLUSIVE_INCLUSIVE); setSpan(ssb, new IndentSpan(intentSize), start, ssb.length(), Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
break; break;
case "br": case "br":
ssb.append('\n'); ssb.append('\n');

Loading…
Cancel
Save