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

Commit fd6eb59d authored by Gabriele M's avatar Gabriele M Committed by Deepak Kundra
Browse files

DcTracker: Fix CDMA NV mode data connection

This fixes e5dd24f3 ("Fix cdma data calls based on NV."), which
was incorrectly applied when picked from an older branch.

Change-Id: Ida20da8017222f62ab23c58751f7e0d82db31f4e
parent 8b74377f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -793,9 +793,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 &&