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

Commit e36907af 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: fbdfa4c8 am: 62eb6bb7

Change-Id: I14b01e492f2939484e4f38a38864e7a44f01d1d2
parents 332f6f46 62eb6bb7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1466,6 +1466,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();