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

Commit 33500759 authored by Seungah Lim's avatar Seungah Lim Committed by android-build-merger
Browse files

Merge "Notify data is connected including handover"

am: 7749ce7f

Change-Id: I2b0dd58509e3e997130457c5b5aef130f9e793bb
parents 385eb7be 7749ce7f
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -2625,10 +2625,8 @@ public class DcTracker extends Handler {
                    mProvisioningSpinner));
        }

        // Notify data is connected except for handover case.
        if (type != REQUEST_TYPE_HANDOVER) {
        mPhone.notifyDataConnection(apnContext.getApnType());
        }

        startNetStatPoll();
        startDataStallAlarm(DATA_STALL_NOT_SUSPECTED);
    }