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

Commit 439551bb authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "After data unthrottled try to setup data again" into sc-dev

parents e5a85e80 a16df70d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2526,6 +2526,9 @@ public class DcTracker extends Handler {
                @ApnType int apnTypes = ac.getApnTypeBitmask();
                mDataThrottler.setRetryTime(apnTypes, RetryManager.NO_SUGGESTED_RETRY_DELAY,
                        REQUEST_TYPE_NORMAL);
                // After data unthrottled, we should see if it's possible to bring up the data
                // again.
                trySetupData(ac, REQUEST_TYPE_NORMAL, null);
            } else {
                loge("EVENT_APN_UNTHROTTLED: Invalid APN passed: " + apn);
            }