mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Fixed operation count
This commit is contained in:
@@ -235,7 +235,8 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
runService = true;
|
||||
if ("connected".equals(current.accountState.state))
|
||||
accounts++;
|
||||
operations += current.accountState.operations;
|
||||
if (current.accountState.synchronize)
|
||||
operations += current.accountState.operations;
|
||||
|
||||
int index = accountStates.indexOf(current);
|
||||
if (index < 0) {
|
||||
|
||||
Reference in New Issue
Block a user