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

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

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

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

        if (requestedPhoneId == INVALID_PHONE_INDEX) {
            // we have no network request - don't bother with this
            // 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();
            }
            return;
        }