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

Commit b312d98b authored by Kweku Adams's avatar Kweku Adams Committed by Automerger Merge Worker
Browse files

Merge "Restrict all jobs when the device is too hot." into sc-dev am: ab7b0e89 am: 34d8deda

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15276032

Change-Id: I69b2c0dd1bb6a534e4bfaad0e53fd3275e2d980d
parents e8d86138 34d8deda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public class ThermalStatusRestriction extends JobRestriction {

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

    @Override