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

Commit 0d3c637e authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 67691d13: Merge "Fix build" into lmp-preview-dev

* commit '67691d130e89135cc8de4cbe03d82058d9ee45b4':
  Fix build
parents 09cb074e 488662c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ public class JobStore {
        Iterator<JobStatus> it = mJobSet.iterator();
        while (it.hasNext()) {
            JobStatus ts = it.next();
            if (ts.getUid() == uid && ts.getJobId() == jobid) {
            if (ts.getUid() == uid && ts.getJobId() == jobId) {
                return ts;
            }
        }