Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ef7cee4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove cancelled job from evaluation list." into tm-dev am: ff2c2c8a

parents 684dd396 ff2c2c8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1387,6 +1387,7 @@ public class JobSchedulerService extends com.android.server.SystemService
        if (mPendingJobQueue.remove(cancelled)) {
            mJobPackageTracker.noteNonpending(cancelled);
        }
        mChangedJobList.remove(cancelled);
        // Cancel if running.
        mConcurrencyManager.stopJobOnServiceContextLocked(
                cancelled, reason, internalReasonCode, debugReason);