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

Commit 841ba288 authored by Santos Cordon's avatar Santos Cordon Committed by Android (Google) Code Review
Browse files

Merge "Fix silenceRinger implementation." into mnc-dev

parents ebc4d195 a1a3469d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ final class Ringer extends CallsManagerListenerBase {
    void silence() {
        // Remove all calls from the "ringing" set and then update the ringer.
        mRingingCalls.clear();
        updateRinging();
    }

    private void onRespondedToIncomingCall(Call call) {