Fixed operation count

pull/169/head
M66B 5 years ago
parent 4023d98060
commit d903e3636d

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

Loading…
Cancel
Save