mirror of https://github.com/M66B/FairEmail.git
Notify all alerts
This commit is contained in:
parent
32b7951d95
commit
0f6a1f623a
|
@ -798,14 +798,12 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||||
Log.formatThrowable(new Core.AlertException(message), false));
|
Log.formatThrowable(new Core.AlertException(message), false));
|
||||||
db.account().setAccountError(account.id, message);
|
db.account().setAccountError(account.id, message);
|
||||||
|
|
||||||
if (message != null && !message.startsWith("Too many simultaneous connections")) {
|
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
nm.notify("alert:" + account.id, 1,
|
||||||
nm.notify("alert:" + account.id, 1,
|
Core.getNotificationError(
|
||||||
Core.getNotificationError(
|
ServiceSynchronize.this, "warning", account.name,
|
||||||
ServiceSynchronize.this, "warning", account.name,
|
new Core.AlertException(message))
|
||||||
new Core.AlertException(message))
|
.build());
|
||||||
.build());
|
|
||||||
}
|
|
||||||
|
|
||||||
state.error(null);
|
state.error(null);
|
||||||
} finally {
|
} finally {
|
||||||
|
|
Loading…
Reference in New Issue