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

Commit e27e7cf9 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

am: 605518f0

Change-Id: Iac5bdf15d6b88b825461a5f333b975b47f5cfc16
parents 68aab0c1 605518f0
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: