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

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

Merge change 8745

* changes:
  Refix the MT call screen stuck issue. The issue this change fixes can be reproduced by following steps: 1. Originate and connect a call to remote party #1 that is not in Contacts. 2. Receive a call from the remote party #2 that is not in Contacts, the call waiting tone is sounded and the call waiting screen is displayed. 3. Press menu key and ignore the call, and the call waiting screen is dismissed and the remote party #2 is forwarded to voice mail. When we ignore the incoming call, Phone gets stuck with incoming call screen.
parents 6e4cb2a0 8125864a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -668,8 +668,8 @@ public final class CdmaCallTracker extends CallTracker {
            // the hangup reason is user ignoring or timing out. So conn.onDisconnect()
            // is not called here. Instead, conn.onLocalDisconnect() is called.
            conn.onLocalDisconnect();
            phone.notifyPreciseCallStateChanged();
            updatePhoneState();
            phone.notifyPreciseCallStateChanged();
            return;
        } else {
            try {