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

Commit cce83379 authored by Robert Greenwalt's avatar Robert Greenwalt
Browse files

Handle throttling being disabled via policy change

bug:2622543
Change-Id: Ic0c169094cdb4f80af9cfcbed116f59fda46a421
parent 0b2ebe9b
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;
            }