Small improvement

pull/190/head
M66B 4 years ago
parent 5fdc634b2c
commit a25c46fc85

@ -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…
Cancel
Save