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

Commit 71ab49fd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "Fix MT call cannot be rejected for DSDS"" into atel.lnx.2.0-dev

parents a729b071 7f308031
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);