Prevent crash

This commit is contained in:
M66B 2019-10-18 16:01:55 +02:00
parent b1e0f3922d
commit 57857d7ac5
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ public class HtmlHelper {
case "display":
if ("none".equals(value) && !display_hidden) {
Log.i("Removing element " + element.tagName());
element.remove();
element.empty();
}
break;
}