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

Commit 0f20244d authored by Muhammed Siju's avatar Muhammed Siju Committed by Gerrit - the friendly Code Review server
Browse files

Fix bug in CDMA phantom call handling.

Update the unknown connection object when a phantom call
is received during polling.

Change-Id: Idd1a9e25baec1ea460776338f465b32572196dc8
CRs-Fixed: 703983
parent dca77760
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -580,6 +580,7 @@ public final class CdmaCallTracker extends CallTracker {
                        newRinging = checkMtFindNewRinging(dc,i);
                        if (newRinging == null) {
                            unknownConnectionAppeared = true;
                            newUnknown = mConnections[i];
                        }
                    }
                    checkAndEnableDataCallAfterEmergencyCallDropped();