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

Commit 5a750a5a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Restrict all jobs when the device is too hot."

parents 0cb190e8 a93387f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ public class ThermalStatusRestriction extends JobRestriction {

    @Override
    public boolean isJobRestricted(JobStatus job) {
        return mIsThermalRestricted && job.hasConnectivityConstraint();
        return mIsThermalRestricted;
    }

    @Override