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

Commit 7227b1d3 authored by Hui Wang's avatar Hui Wang Committed by Gerrit Code Review
Browse files

Merge "Reuse the data connection if the apn setting is same as requested"

parents 602ba8a4 fcf95ba1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2437,7 +2437,8 @@ public class DcTracker extends Handler {
                                    + " found canHandle conn=" + curDc);
                        }
                        return curDc;
                    } else if (curDc.isActivating()) {
                    } else if (curDc.isActivating() || apnSetting.equals(
                            apnContext.getNextApnSetting())) {
                        potentialDc = curDc;
                    }
                }