1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-31 11:31:40 +00:00

Fixed operation count

This commit is contained in:
M66B 2019-12-09 08:33:25 +01:00
parent 4023d98060
commit d903e3636d

View file

@ -235,6 +235,7 @@ 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++;
if (current.accountState.synchronize)
operations += current.accountState.operations; operations += current.accountState.operations;
int index = accountStates.indexOf(current); int index = accountStates.indexOf(current);