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

Commit 605518f0 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Hold Call displayed for few seconds after Con. call connected"

am: 21003bba

Change-Id: Ic8767cce7e6e397bdd04d7f9c6217116a46bb297
parents 9ec2e6b6 21003bba
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -1392,13 +1392,16 @@ public class GsmCdmaCallTracker extends CallTracker {

            case EVENT_CONFERENCE_RESULT:
                if (isPhoneTypeGsm()) {
                    // The conference merge failed, so notify listeners.  Ultimately this bubbles up
                    // to Telecom, which will inform the InCall UI of the failure.
                    ar = (AsyncResult) msg.obj;
                    if (ar.exception != null) {
                        // The conference merge failed, so notify listeners.  Ultimately this
                        // bubbles up to Telecom, which will inform the InCall UI of the failure.
                        Connection connection = mForegroundCall.getLatestConnection();
                        if (connection != null) {
                            connection.onConferenceMergeFailed();
                        }
                    }
                }
                // fall through
            case EVENT_SEPARATE_RESULT:
            case EVENT_ECT_RESULT: