This commit is contained in:
M66B
2020-11-08 21:09:31 +01:00
parent af01f4173d
commit 82173bfe06
11 changed files with 22 additions and 41 deletions

View File

@@ -135,7 +135,7 @@ public class EditTextCompose extends FixedEditText {
ssb = new SpannableStringBuilder(html);
else {
Document document = HtmlHelper.sanitizeCompose(context, html, false);
Spanned paste = HtmlHelper.fromDocument(context, document, true, new Html.ImageGetter() {
Spanned paste = HtmlHelper.fromDocument(context, document, new Html.ImageGetter() {
@Override
public Drawable getDrawable(String source) {
return ImageHelper.decodeImage(context,