mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Clear block list cache on settings changes
This commit is contained in:
@@ -212,6 +212,10 @@ public class ApplicationEx extends Application
|
||||
case "schedule_day6":
|
||||
ServiceSynchronize.reschedule(this);
|
||||
break;
|
||||
case "check_blocklist":
|
||||
case "use_blocklist":
|
||||
DnsBlockList.clearCache();
|
||||
break;
|
||||
case "watchdog":
|
||||
ServiceSynchronize.scheduleWatchdog(this);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user