Small improvement

This commit is contained in:
M66B 2019-10-02 22:13:31 +02:00
parent 2c74e0208f
commit 98900bebb9
1 changed files with 2 additions and 0 deletions

View File

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