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

Commit 19681af4 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Handle throttling being disabled via policy change" into froyo

parents 374aee68 cce83379
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -457,6 +457,7 @@ public class ThrottleService extends IThrottleManager.Stub {
        private void checkThrottleAndPostNotification(long currentTotal) {
            // is throttling enabled?
            if (mPolicyThreshold == 0) {
                clearThrottleAndNotification();
                return;
            }