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

Commit c30a4d38 authored by Chinmay Dhodapkar's avatar Chinmay Dhodapkar Committed by Android (Google) Code Review
Browse files

Merge "reset throttling when framework (re)binds to DS" into sc-dev

parents f5c1d159 82314d65
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5345,6 +5345,9 @@ public class DcTracker extends Handler {
                    cleanUpAllConnectionsInternal(false, Phone.REASON_IWLAN_DATA_SERVICE_DIED);
                }
            }
        } else {
            //reset throttling after binding to data service
            mDataThrottler.reset();
        }
        mDataServiceBound = bound;
    }