Fixed notification newlines

pull/91/head
M66B 7 years ago
parent f634d57404
commit 0dc45a8d1b

@ -306,7 +306,7 @@ public class ServiceSynchronize extends LifecycleService {
if (!TextUtils.isEmpty(message.subject)) if (!TextUtils.isEmpty(message.subject))
sb.append(": ").append(message.subject); sb.append(": ").append(message.subject);
sb.append(" ").append(df.format(new Date(message.sent))); sb.append(" ").append(df.format(new Date(message.sent)));
sb.append("\n"); sb.append("<br>");
} }
builder.setStyle(new Notification.BigTextStyle().bigText(Html.fromHtml(sb.toString()))); builder.setStyle(new Notification.BigTextStyle().bigText(Html.fromHtml(sb.toString())));

Loading…
Cancel
Save