Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fixes for SimulatedLocationProvider
Instead of determining whether or not to start the simulation based on whether or not the job is null, instead, use the active state of the job to determine whether or not to start the simulator. This allows the SimulatedLocationProvider to be reused more than once, and also allows for addListener to happen before setSimulatedRoute is called without breaking the simulation.
- Loading branch information