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

Commit 2ba7bb72 authored by xinhe's avatar xinhe
Browse files

Bad merge in DcTracker (lmp-sprout-dev): mAutoAttachOnCreationConfig

always set to true

Bug: 17684566
Change-Id: I904e0de44ce16c080f9f3fab83f064d76eb56e3c
parent b52ad26b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1447,7 +1447,6 @@ public final class DcTracker extends DcTrackerBase {
        mAutoAttachOnCreationConfig = mPhone.getContext().getResources()
                .getBoolean(com.android.internal.R.bool.config_auto_attach_data_on_creation);

        mAutoAttachOnCreationConfig = true;
        createAllApnList();
        setInitialAttachApn();
        if (mPhone.mCi.getRadioState().isOn()) {