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

Commit 70f52e6d authored by John Huang's avatar John Huang Committed by Android Git Automerger
Browse files

am e6572304: am 2753e826: Merge "Fix teardown of secondary connections on CDMA" into ics-mr1

* commit 'e6572304':
  Fix teardown of secondary connections on CDMA
parents 134a6835 e6572304
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1038,8 +1038,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)