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

Commit 2753e826 authored by John Huang's avatar John Huang Committed by Android (Google) Code Review
Browse files

Merge "Fix teardown of secondary connections on CDMA" into ics-mr1

parents 62472581 2fceb7fe
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1029,8 +1029,10 @@ public abstract class DataConnectionTracker extends Handler {
                    didDisable = true;
                }
            }
            if (didDisable && enabledCount == 0) {
            if (didDisable) {
                if (enabledCount == 0) {
                    onCleanUpConnection(true, apnId, Phone.REASON_DATA_DISABLED);
                }

                // send the disconnect msg manually, since the normal route wont send
                // it (it's not enabled)