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

Commit b5a56d1d authored by Vineeta Srivastava's avatar Vineeta Srivastava Committed by Android (Google) Code Review
Browse files

Merge "Revert "Revert "Fix problem with cell data service after SIM swap""" into mnc-dr1.5-dev

parents c220e7f6 06849843
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -392,12 +392,7 @@ public class DctController extends Handler {
                + ", activePhoneId=" + activePhoneId);

        if (requestedPhoneId == INVALID_PHONE_INDEX) {
            // either we have no network request
            // or there is no valid subscription at the moment
            if (activePhoneId != INVALID_PHONE_INDEX) {
                // detatch so we can try connecting later
                mDcSwitchAsyncChannel[activePhoneId].disconnectAll();
            }
            // we have no network request - don't bother with this
            return;
        }