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

Commit b1382b40 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 8688

* changes:
  Fix the issue of new call failing in 3-way call scenario.
parents 0326beef e30d4bf5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -957,6 +957,7 @@ public final class CdmaCallTracker extends CallTracker {
                if (ar.exception == null) {
                    // Assume 3 way call is connected
                    pendingMO.onConnectedInOrOut();
                    pendingMO = null;
                }
            break;