Handle throttling being disabled via policy change
bug:2622543 Change-Id: Ic0c169094cdb4f80af9cfcbed116f59fda46a421
This commit is contained in:
@@ -457,6 +457,7 @@ public class ThrottleService extends IThrottleManager.Stub {
|
||||
private void checkThrottleAndPostNotification(long currentTotal) {
|
||||
// is throttling enabled?
|
||||
if (mPolicyThreshold == 0) {
|
||||
clearThrottleAndNotification();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user