mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Fixed cancelling folder notifications
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user