mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Improved error handling
This commit is contained in:
@@ -711,7 +711,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
.format(account.last_connected)), ex);
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
nm.notify("receive", account.id.intValue(),
|
||||
Core.getNotificationError(this, "warning", account.name, warning, false)
|
||||
Core.getNotificationError(this, "warning", account.name, warning)
|
||||
.build());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user