1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-19 10:25:29 +00:00
This commit is contained in:
M66B 2020-10-21 13:00:31 +02:00
parent 01e8c5b415
commit a8fd659165

View file

@ -1681,8 +1681,6 @@ public class HtmlHelper {
@NonNull
static String getText(Context context, String html) {
final StringBuilder sb = new StringBuilder();
Document d = JsoupEx.parse(html);
truncate(d, true);