pull/159/head
M66B 5 years ago
parent 1d3cd1d44f
commit b2b48be05c

@ -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,

Loading…
Cancel
Save