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

Commit 2e73a945 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: 3b724ec7

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

Change-Id: I7bb16f61533d0cbf132335b7bad3284ead41aef2
parents e9a5f087 3b724ec7
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