yigit / android-priority-jobqueue

A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.
3.4k stars 395 forks source link

START mistaken for STOP? #428

Open edudobay opened 6 years ago

edudobay commented 6 years ago

I'm not very familiarized with the internals of this library, but while browsing the code I found something that might be a bug. In the JobManager class, both dispatchSchedulerStart and dispatchSchedulerStop methods post a START message to the message queue. Shouldn't the dispatchSchedulerStop post a STOP message?