mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Revert "Fixed FTS when connect unmetered only"
This reverts commit 8dd1ff69ec.
This commit is contained in:
@@ -291,7 +291,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
accounts++;
|
||||
}
|
||||
if (current.accountState.synchronize)
|
||||
operations += current.getOperations();
|
||||
operations += current.accountState.operations;
|
||||
|
||||
long account = current.command.getLong("account", -1);
|
||||
if (account > 0 && !current.accountState.id.equals(account))
|
||||
|
||||
Reference in New Issue
Block a user