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

Commit 9f9fae91 authored by Seungah Lim's avatar Seungah Lim
Browse files

Notify data is connected including handover



Bug:144961525
Test: verified to send updated networkType after handover

Change-Id: Ia3c871a9e275686d1a089e1af81cec88bb20c86b
Signed-off-by: default avatarSeungah Lim <sss.lim@samsung.com>
parent 2e97da7d
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);
    }