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);