This commit is contained in:
M66B 2019-07-27 11:21:06 +02:00
parent 1d3cd1d44f
commit b2b48be05c
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ public class ServiceSend extends ServiceBase {
long now = new Date().getTime();
long delayed = now - message.last_attempt;
if (delayed > IDENTITY_ERROR_AFTER * 60 * 1000L || ex instanceof SendFailedException) {
if (delayed > IDENTITY_ERROR_AFTER * 60 * 1000L) {
Log.i("Reporting send error after=" + delayed);
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
nm.notify("send:" + message.identity, 1,