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

Commit fda6807d authored by Andrew Lee's avatar Andrew Lee Committed by Android Git Automerger
Browse files

am 7984e0a7: Merge "Removed failed outgoing calls." into lmp-dev

* commit '7984e0a7':
  Removed failed outgoing calls.
parents 50dae572 7984e0a7
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