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

Cancel Jobs #477

Open johnjeremih opened 2 years ago

johnjeremih commented 2 years ago

How do I cancel a job? My users jump from one tap to another before the job is done and it makes the app crash after a certain number.