mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 01:06:04 +00:00
Fixed notification newlines
This commit is contained in:
parent
f634d57404
commit
0dc45a8d1b
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
if (!TextUtils.isEmpty(message.subject))
|
||||
sb.append(": ").append(message.subject);
|
||||
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())));
|
||||
|
|
Loading…
Reference in a new issue