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

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

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

* commit '2753e826':
  Fix teardown of secondary connections on CDMA
parents c0ef548c 2753e826
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)