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

Commit 634bfdf4 authored by Vineeta Srivastava's avatar Vineeta Srivastava Committed by The Android Automerger
Browse files

Revert "Revert "Fix problem with cell data service after SIM swap""

This reverts commit 39f58e35.

Bug: 25602190
Bug: 25953443
Change-Id: Iae0dea164d6c25771e79759715f4e39d13303949
parent 1da0e30d
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;
        }