mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 03:54:28 +02:00
Prevent crash
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user