Reschedule on auto optimize

This commit is contained in:
M66B 2020-07-10 07:46:36 +02:00
parent d6fa38d48e
commit d8db9d1836
1 changed files with 1 additions and 1 deletions

View File

@ -1671,7 +1671,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
} finally {
db.endTransaction();
}
ServiceSynchronize.eval(ServiceSynchronize.this, "Optimize=" + reason);
ServiceSynchronize.reschedule(ServiceSynchronize.this);
} else if (pollInterval <= 60 && account.poll_exempted) {
db.account().setAccountPollExempted(account.id, false);
ServiceSynchronize.eval(ServiceSynchronize.this, "Optimize=" + reason);