mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Formatting protected content
This commit is contained in:
@@ -272,13 +272,15 @@ public class ProtectedContent {
|
||||
|
||||
String html = ProtectedContent.fromUri(context, uri, password);
|
||||
|
||||
return HtmlHelper.fromHtml(html, new HtmlHelper.ImageGetterEx() {
|
||||
Document d = JsoupEx.parse(html);
|
||||
d = HtmlHelper.sanitizeView(context, d, true);
|
||||
return HtmlHelper.fromDocument(context, d, new HtmlHelper.ImageGetterEx() {
|
||||
@Override
|
||||
public Drawable getDrawable(Element element) {
|
||||
return ImageHelper.decodeImage(context,
|
||||
-1, element, true, 0, 1.0f, tvContent);
|
||||
}
|
||||
}, null, context);
|
||||
}, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user