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

Commit 7749ce7f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Notify data is connected including handover"

parents 8beb453c 9f9fae91
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);
    }