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

Commit 7f308031 authored by Suchand Ghosh's avatar Suchand Ghosh
Browse files

Revert "Fix MT call cannot be rejected for DSDS"

This reverts commit I3b600fe189b397ca94de63708eed8ebcfb1380be.
This change is causing regression in basic call end scenarios.

Change-Id: Ie21804dacfd81a0ba109af121b602a7e2867316e
CRs-Fixed: 1058473
parent 017d2e5d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -619,11 +619,6 @@ public class CallList {
    private void finishDisconnectedCall(Call call) {
        if (mPendingDisconnectCalls.contains(call)) {
            mPendingDisconnectCalls.remove(call);
            if (call.getState() == Call.State.DISCONNECTING) {
                call.setState(Call.State.DISCONNECTED);
                call.setDisconnectCause(new DisconnectCause(DisconnectCause.LOCAL));
                notifyListenersOfDisconnect(call);
            }
        }
        call.setState(Call.State.IDLE);
        updateCallInMap(call);