mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Prevent crash
This commit is contained in:
@@ -1588,7 +1588,8 @@ public class HtmlHelper {
|
||||
else
|
||||
ssb.insert(i + 1, "> ");
|
||||
|
||||
ssb.insert(start, ssb.charAt(start) == '>' ? ">" : "> ");
|
||||
if (start < ssb.length())
|
||||
ssb.insert(start, ssb.charAt(start) == '>' ? ">" : "> ");
|
||||
}
|
||||
|
||||
for (BulletSpan span : ssb.getSpans(0, ssb.length(), BulletSpan.class)) {
|
||||
|
||||
Reference in New Issue
Block a user