mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 21:45:55 +01:00
Fixed ident/newline
This commit is contained in:
@@ -596,7 +596,7 @@ public class StyleHelper {
|
||||
edit.removeSpan(indents[0]);
|
||||
} else {
|
||||
IndentSpan is = new IndentSpan(intentSize);
|
||||
edit.setSpan(is, prev, next, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
|
||||
edit.setSpan(is, prev, next + 1, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
|
||||
}
|
||||
|
||||
next++;
|
||||
|
||||
Reference in New Issue
Block a user