Fixed FTS when connect unmetered only

This commit is contained in:
M66B
2022-06-21 17:13:38 +02:00
parent 7e12919862
commit 8dd1ff69ec
2 changed files with 9 additions and 1 deletions

View File

@@ -291,7 +291,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
accounts++;
}
if (current.accountState.synchronize)
operations += current.accountState.operations;
operations += current.getOperations();
long account = current.command.getLong("account", -1);
if (account > 0 && !current.accountState.id.equals(account))