android-priority-jobqueue
android-priority-jobqueue copied to clipboard
START mistaken for STOP?
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?