Small improvement

pull/162/head
M66B 5 years ago
parent 2c74e0208f
commit 98900bebb9

@ -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));

Loading…
Cancel
Save