Fixed indent span size

pull/199/head
M66B 4 years ago
parent b08ae3e927
commit 42fe14909a

@ -559,7 +559,7 @@ public class StyleHelper {
edit.removeSpan(indents[0]);
} else {
IndentSpan is = new IndentSpan(intentSize);
edit.setSpan(is, prev, next + 1, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
edit.setSpan(is, prev, next, Spanned.SPAN_INCLUSIVE_EXCLUSIVE);
}
next++;

Loading…
Cancel
Save