mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +00:00
Simplification
This commit is contained in:
parent
7f3e274504
commit
61c3914439
1 changed files with 1 additions and 1 deletions
|
@ -2226,7 +2226,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|||
prefs.edit().putInt("poll_interval", OPTIMIZE_POLL_INTERVAL).apply();
|
||||
} else if (pollInterval <= 60 && account.poll_exempted) {
|
||||
db.account().setAccountPollExempted(account.id, false);
|
||||
ServiceSynchronize.eval(this, "Optimize=" + reason);
|
||||
eval(this, "Optimize=" + reason);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue