Fixed notify clear

This commit is contained in:
M66B
2021-07-06 08:13:31 +02:00
parent 436db41bef
commit 53868387ec
2 changed files with 8 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ public class ServiceUI extends IntentService {
cleared = db.message().ignoreAll(null, -group);
else
cleared = db.message().ignoreAll(group == 0 ? null : group, null);
Log.i("Cleared=" + cleared);
EntityLog.log(this, "Notify clear group=" + group + " cleared=" + cleared);
}
private void cancel(long group, long id) {