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

Commit c83f6337 authored by Chaitanya Saggurthi's avatar Chaitanya Saggurthi
Browse files

Fix Data setup issue in CDMA NV mode

Allow setup data in CDMA NV mode

Change-Id: I1137ad8b4668ed464638ec88e98a9555e2abb271
parent 8ebfcfee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -788,9 +788,8 @@ public class DcTracker extends DcTrackerBase {
        boolean allowed =
                    (attachedState || (mAutoAttachOnCreation.get() &&
                            (mPhone.getSubId() == dataSub))) &&
                    recordsLoaded &&
                    (state == PhoneConstants.State.IDLE ||
                    (subscriptionFromNv || recordsLoaded) &&
                    (state == PhoneConstants.State.IDLE ||
                     mPhone.getServiceStateTracker().isConcurrentVoiceAndDataAllowed()) &&
                    internalDataEnabled &&
                    defaultDataSelected &&