Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: Start workers if pending jobs exist, refactor startWorker lo…
…gic. Modified worker initiation process in FileTransferBackground.java to ensure workers start if there are pending jobs at initialization. Previously, workers were only if an upload was added. Any jobs that were in the queue were ignored until then. Additionally, we can now just call startWorkers() and it will check to see if the workers are already started. If they are, do nothing.
- Loading branch information