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

Commit c3f986b5 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Conference call merge button visibility issue. (1/2)" into lmp-dev

parents efc5519c 703d7cfd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -936,6 +936,10 @@ final class Call implements CreateConnectionResponse {
    void setConferenceableCalls(List<Call> conferenceableCalls) {
        mConferenceableCalls.clear();
        mConferenceableCalls.addAll(conferenceableCalls);

        for (Listener l : mListeners) {
            l.onConferenceableCallsChanged(this);
        }
    }

    List<Call> getConferenceableCalls() {