Fixed cancelling folder notifications

This commit is contained in:
M66B
2021-07-22 09:36:49 +02:00
parent 9aa2942f8a
commit 1d1765c5ce
2 changed files with 5 additions and 1 deletions

View File

@@ -180,6 +180,10 @@ public class ServiceUI extends IntentService {
}
private void onClear(long group) {
// Group
// < 0: folder
// = 0: unified
// > 0: account
DB db = DB.getInstance(this);
int cleared;
if (group < 0)