Prevent crash

This commit is contained in:
M66B 2020-06-23 20:33:15 +02:00
parent b62612350c
commit 246359730f
1 changed files with 1 additions and 1 deletions

View File

@ -1495,7 +1495,7 @@ public class HtmlHelper {
return null;
String text = getPreview(body);
if (body == null)
if (text == null)
return null;
TextLanguage.Request trequest = new TextLanguage.Request.Builder(text).build();