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

Commit a4756bc7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "User cannot reject a waiting call after a switch call fails" am:...

Merge "User cannot reject a waiting call after a switch call fails" am: fbdfa4c8 am: 62eb6bb7 am: e36907af

Change-Id: I7bd99ada53082c0de5f6de760ea1494200268888
parents ed7f1755 e36907af
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1465,6 +1465,13 @@ public class GsmCdmaCallTracker extends CallTracker {
                if (isPhoneTypeGsm()) {
                    ar = (AsyncResult) msg.obj;
                    if (ar.exception != null) {
                        if (msg.what == EVENT_SWITCH_RESULT) {
                            Connection connection = mForegroundCall.getLatestConnection();
                            if (connection != null) {
                                connection.onConnectionEvent(
                                        android.telecom.Connection.EVENT_CALL_SWITCH_FAILED, null);
                            }
                        }
                        mPhone.notifySuppServiceFailed(getFailedService(msg.what));
                    }
                    operationComplete();