mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Small improvement
This commit is contained in:
parent
5fdc634b2c
commit
a25c46fc85
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ public class MessageClassifier {
|
|||
return null;
|
||||
|
||||
File file = message.getFile(context);
|
||||
if (!file.exists())
|
||||
return null;
|
||||
|
||||
String text;
|
||||
try {
|
||||
text = HtmlHelper.getFullText(file);
|
||||
|
|
Loading…
Reference in a new issue