@@ -110,7 +109,7 @@ public class OperationManagerService extends Service implements OnRemoteOperatio
}
}
//start the new Job
if(!mThreadWorkingState[threadIndex]&&CommonUtils.haveNetworkConnexion(getApplicationContext())){//check if the thread corresponding to threadIndex isn't already working
if(!mThreadWorkingState[threadIndex]&&CommonUtils.haveNetworkConnection(getApplicationContext())){//check if the thread corresponding to threadIndex isn't already working
ComparableOperationoperation=this.mOperationsQueue.poll();//return null if deque is empty