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

Commit 0aea293d authored by Ramesh Sudini's avatar Ramesh Sudini Committed by Android Git Automerger
Browse files

am 8ce53e38: am 9a87deb5: DataConnection: Clear cid when entering inactive state.

* commit '8ce53e38':
  DataConnection: Clear cid when entering inactive state.
parents c8ec222c 8ce53e38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -447,6 +447,7 @@ public abstract class DataConnection extends StateMachine {
        lastFailCause = FailCause.NONE;
        mRetryOverride = -1;
        mRefCount = 0;
        cid = -1;

        mLinkProperties = new LinkProperties();
        mApn = null;