mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-08 00:26:50 +02:00
Debug: preview hidden/quotes
This commit is contained in:
@@ -1012,7 +1012,7 @@ class NotificationHelper {
|
||||
if (notify_preview_all)
|
||||
try {
|
||||
File file = message.getFile(context);
|
||||
preview = HtmlHelper.getFullText(file, true);
|
||||
preview = HtmlHelper.getFullText(context, file);
|
||||
if (preview != null && preview.length() > MAX_PREVIEW)
|
||||
preview = preview.substring(0, MAX_PREVIEW);
|
||||
} catch (Throwable ex) {
|
||||
|
||||
Reference in New Issue
Block a user