mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Run FTS when no executable operations
This commit is contained in:
@@ -297,7 +297,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
}
|
||||
if (current.accountState.synchronize)
|
||||
operations += current.accountState.operations;
|
||||
if (current.accountState.operations > 0 && current.canConnect(ServiceSynchronize.this))
|
||||
if (current.accountState.operations > 0 && current.canRun(ServiceSynchronize.this))
|
||||
runFts = false;
|
||||
|
||||
long account = current.command.getLong("account", -1);
|
||||
|
||||
Reference in New Issue
Block a user