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

Commit 488662c5 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Fix build" into lmp-preview-dev

parents 6f6f273d b7b70f0f
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;
            }
        }