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

Commit b7b70f0f authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix build

Change-Id: I339f7f1ab82af699ee34c3baf824d0278477a4cf
parent e9ed3707
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;
            }
        }