mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Alert improvements
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user