mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 19:13:03 +02:00
Simplification
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user