mirror of
https://github.com/M66B/FairEmail.git
synced 2026-02-03 13:35:54 +01:00
Search start of first bullet
This commit is contained in:
@@ -222,6 +222,9 @@ public class StyleHelper {
|
||||
end++;
|
||||
}
|
||||
|
||||
while (start < end && t.charAt(start - 1) != '\n')
|
||||
start++;
|
||||
|
||||
if (end == t.length() && end > 0 && t.charAt(end - 1) != '\n') {
|
||||
t.append("\n");
|
||||
end++;
|
||||
|
||||
Reference in New Issue
Block a user