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

Commit 68c7f3f2 authored by Pankaj Kanwar's avatar Pankaj Kanwar Committed by android-build-merger
Browse files

Merge "Send user reject for SET_UP_CALL timeout" am: c2496e85

am: 457ad6ff

Change-Id: Iff27983a5abb3e5913fb1df37306638a76981c87
parents 2665d8b4 457ad6ff
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1071,6 +1071,13 @@ public class CatService extends Handler implements AppInterface {
            }
            break;
        case NO_RESPONSE_FROM_USER:
            // No need to send terminal response for SET UP CALL on user timeout,
            // instead use dedicated API
            if (type == CommandType.SET_UP_CALL) {
                mCmdIf.handleCallSetupRequestFromSim(false, null);
                mCurrntCmd = null;
                return;
            }
        case UICC_SESSION_TERM_BY_USER:
            resp = null;
            break;