mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
b62612350c
commit
246359730f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue