Run FTS when no executable operations

pull/209/head
M66B 3 years ago
parent 330f44b335
commit 7b20416f62

@ -297,7 +297,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
} }
if (current.accountState.synchronize) if (current.accountState.synchronize)
operations += current.accountState.operations; operations += current.accountState.operations;
if (current.accountState.operations > 0 && current.canConnect(ServiceSynchronize.this)) if (current.accountState.operations > 0 && current.canRun(ServiceSynchronize.this))
runFts = false; runFts = false;
long account = current.command.getLong("account", -1); long account = current.command.getLong("account", -1);

Loading…
Cancel
Save