mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 05:28:19 +01:00
Fixed indent span size
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user