Fixed edge case

This commit is contained in:
M66B
2019-12-09 09:31:09 +01:00
parent a5ec0f9f0f
commit 3447bf0236
3 changed files with 3 additions and 2 deletions

View File

@@ -265,6 +265,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
" stop=" + prev.canRun() +
" start=" + current.canRun() +
" changed=" + !prev.accountState.equals(current.accountState) +
" enabled=" + current.accountState.synchronize +
" state=" + current.accountState.state +
" type=" + prev.networkState.getType() + "/" + current.networkState.getType());
if (prev.canRun())