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

Commit 0a3a4dc1 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Notify data is connected including handover" am: 7749ce7f am: 33500759

Change-Id: I630399537eb430d8ea53e44c3e6188d67fc39338
parents 445a2caa 33500759
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);
    }