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

Commit d4ae7c9a authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 53a0a7fd: Notify all ApnContexts on a conn of Disconnect

* commit '53a0a7fd':
  Notify all ApnContexts on a conn of Disconnect
parents 9e646252 53a0a7fd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1197,7 +1197,6 @@ public final class DataConnection extends StateMachine {
                                + "RefCount=" + mApnContexts.size());
                    }
                    mInactiveState.setEnterNotificationParams(DcFailCause.LOST_CONNECTION);
                    deferMessage(msg);
                    transitionTo(mInactiveState);
                    retVal = HANDLED;
                    break;
@@ -1474,7 +1473,6 @@ public final class DataConnection extends StateMachine {
                        log("DcActiveState EVENT_DISCONNECT clearing apn contexts,"
                                + " dc=" + DataConnection.this);
                    }
                    mApnContexts.clear();
                    DisconnectParams dp = (DisconnectParams) msg.obj;
                    mDisconnectParams = dp;
                    mConnectionParams = null;