mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Improved error handling
This commit is contained in:
@@ -416,7 +416,7 @@ public class ServiceSend extends LifecycleService {
|
||||
Log.i("Reporting send error after=" + delayed);
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
nm.notify("send", message.identity.intValue(),
|
||||
Core.getNotificationError(this, ident.name, ex).build());
|
||||
Core.getNotificationError(this, "error", ident.name, ex).build());
|
||||
}
|
||||
|
||||
throw ex;
|
||||
|
||||
Reference in New Issue
Block a user