Skip reporting removed raw messages

pull/200/head
M66B 4 years ago
parent f345fb8e0c
commit 7618dd949f

@ -620,6 +620,7 @@ class Core {
ops.remove(op); ops.remove(op);
if (!MessageHelper.isRemoved(ex)) {
int resid = context.getResources().getIdentifier( int resid = context.getResources().getIdentifier(
"title_op_title_" + op.name, "title_op_title_" + op.name,
"string", "string",
@ -632,6 +633,7 @@ class Core {
NotificationHelper.NOTIFICATION_TAGGED, NotificationHelper.NOTIFICATION_TAGGED,
builder.build()); builder.build());
} }
}
} else { } else {
retry++; retry++;

Loading…
Cancel
Save