mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Small improvement
This commit is contained in:
@@ -2756,6 +2756,8 @@ class Core {
|
||||
sb.append("<br>");
|
||||
}
|
||||
|
||||
builder.setContentText(sb.toString());
|
||||
|
||||
builder.setStyle(new NotificationCompat.BigTextStyle()
|
||||
.bigText(HtmlHelper.fromHtml(sb.toString()))
|
||||
.setSummaryText(title));
|
||||
|
||||
Reference in New Issue
Block a user