Fixed sync service not stopping

This commit is contained in:
M66B 2020-01-20 08:43:01 +01:00
parent 4b706b80f6
commit 28da59d2b3
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
@Override
public void run() {
Log.i("### quit startId=" + startId + "/" + lastQuitId + " ops=" + lastOperations);
if (lastOperations == 0)
if (lastOperations != 0)
return;
if (startId == null) {