|
|
@ -235,7 +235,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
|
|
|
runService = true;
|
|
|
|
runService = true;
|
|
|
|
if ("connected".equals(current.accountState.state))
|
|
|
|
if ("connected".equals(current.accountState.state))
|
|
|
|
accounts++;
|
|
|
|
accounts++;
|
|
|
|
operations += current.accountState.operations;
|
|
|
|
if (current.accountState.synchronize)
|
|
|
|
|
|
|
|
operations += current.accountState.operations;
|
|
|
|
|
|
|
|
|
|
|
|
int index = accountStates.indexOf(current);
|
|
|
|
int index = accountStates.indexOf(current);
|
|
|
|
if (index < 0) {
|
|
|
|
if (index < 0) {
|
|
|
|