android-priority-jobqueue icon indicating copy to clipboard operation
android-priority-jobqueue copied to clipboard

START mistaken for STOP?

Open edudobay opened this issue 7 years ago • 0 comments

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?

edudobay avatar Jan 09 '18 14:01 edudobay