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

Commit e87c71f8 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "When reconnecting disassociate dc and apnContext." into jb-dev

parents 2a17520f 1157e1a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -157,6 +157,8 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {

        if (dcac != null) {
            for (ApnContext apnContext : dcac.getApnListSync()) {
                apnContext.setDataConnectionAc(null);
                apnContext.setDataConnection(null);
                apnContext.setReason(reason);
                if (apnContext.getState() == State.FAILED) {
                    apnContext.setState(State.IDLE);