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

Commit a16df70d authored by Jack Yu's avatar Jack Yu
Browse files

After data unthrottled try to setup data again

Fix: 182885625
Test: Manual
Change-Id: I18b28a3b88133de5b38a2af26fc19687af707bd1
parent 30061cad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2524,6 +2524,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);
            }