Alert improvements

This commit is contained in:
M66B
2019-06-24 08:45:55 +02:00
parent f5ca8f746d
commit 0ed815fff7
3 changed files with 5 additions and 1 deletions

View File

@@ -601,7 +601,7 @@ public class ServiceSynchronize extends LifecycleService {
if (message != null && !message.startsWith("Too many simultaneous connections")) {
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
nm.notify("receive:" + account.id, 1,
nm.notify("alert:" + account.id, 1,
Core.getNotificationError(
ServiceSynchronize.this, "warning", account.name,
new Core.AlertException(message))