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

Commit 39f58e35 authored by Vineeta Srivastava's avatar Vineeta Srivastava
Browse files

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

This reverts commit de5bdca0.

Bug: 26039698
Change-Id: Ie29e021984f6abd412068f5b48866af3efab525a
parent de5bdca0
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;
        }