mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
125fca8219
commit
80b05a202e
|
@ -395,7 +395,7 @@ public class HtmlHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
static Spanned fromHtml(@NonNull String html, @Nullable Html.ImageGetter imageGetter, @Nullable Html.TagHandler tagHandler) {
|
static Spanned fromHtml(@NonNull String html, @Nullable Html.ImageGetter imageGetter, @Nullable Html.TagHandler tagHandler) {
|
||||||
return HtmlCompat.fromHtml(html, FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM, imageGetter, null);
|
return HtmlCompat.fromHtml(html, FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM, imageGetter, tagHandler);
|
||||||
}
|
}
|
||||||
|
|
||||||
static String toHtml(Spanned spanned) {
|
static String toHtml(Spanned spanned) {
|
||||||
|
|
Loading…
Reference in New Issue