Refactoring

This commit is contained in:
M66B
2021-01-19 12:18:03 +01:00
parent 91e9eae07a
commit 8e946e9863
6 changed files with 36 additions and 28 deletions

View File

@@ -290,7 +290,7 @@ public class ServiceUI extends IntentService {
String text = HtmlHelper.getFullText(body);
String language = HtmlHelper.getLanguage(this, text);
String preview = HtmlHelper.getPreviewText(text);
String preview = HtmlHelper.getPreview(text);
DB db = DB.getInstance(this);
try {