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

Commit 7984e0a7 authored by Andrew Lee's avatar Andrew Lee Committed by Android (Google) Code Review
Browse files

Merge "Removed failed outgoing calls." into lmp-dev

parents f3d17409 e6288a7a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -200,8 +200,7 @@ public final class CallsManager extends Call.ListenerBase {
    public void onFailedOutgoingCall(Call call, DisconnectCause disconnectCause) {
        Log.v(this, "onFailedOutgoingCall, call: %s", call);

        // TODO: Replace disconnect cause with more specific disconnect causes.
        markCallAsDisconnected(call, disconnectCause);
        markCallAsRemoved(call);
    }

    @Override