mirror of https://github.com/M66B/FairEmail.git
Added breadcrumb
This commit is contained in:
parent
d34104711d
commit
c4cf1bffeb
|
@ -95,6 +95,7 @@ public class HtmlEx {
|
|||
return;
|
||||
}
|
||||
|
||||
Log.breadcrumb("withinHtml", "length", Integer.toString(text.length()));
|
||||
withinDiv(out, text, 0, text.length(), option);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue