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

Commit 43950521 authored by youhei yamahata's avatar youhei yamahata Committed by android-build-merger
Browse files

Merge "Fix issue that retry interval configuration doesn't work for single dc" am: 21df779e

am: bf42fffd

Change-Id: Ifd3afc65ca642b60851b6e8ca81f76f41ebfb2b6
parents 23c9b7b2 bf42fffd
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1959,7 +1959,10 @@ public class DcTracker extends Handler {
                    return false;
                }

                if (!apnContext.getApnType().equals(PhoneConstants.APN_TYPE_IMS)) {
                // Should not start cleanUp if the setupData is for IMS APN
                // or retry of same APN(State==RETRYING).
                if (!apnContext.getApnType().equals(PhoneConstants.APN_TYPE_IMS)
                        && (apnContext.getState() != DctConstants.State.RETRYING)) {
                    // Only lower priority calls left.  Disconnect them all in this single PDP case
                    // so that we can bring up the requested higher priority call (once we receive
                    // response for deactivate request for the calls we are about to disconnect