Open twoconk opened 8 years ago
SpannableDocumentLayout.java function onMeasure() // FIXME: Space at the end of each line, possibly due to scrollbar offset LinkedList tokenized = tokenize(textCpy, start, end - 1);
modify to -> LinkedList tokenized = tokenize(textCpy, start, end);
PR?
SpannableDocumentLayout.java function onMeasure() // FIXME: Space at the end of each line, possibly due to scrollbar offset LinkedList tokenized = tokenize(textCpy, start, end - 1);
modify to -> LinkedList tokenized = tokenize(textCpy, start, end);