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

Commit 6fed6dd9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use updated constructor for AudioGroup."

parents 759815c5 98cfd92f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -613,7 +613,7 @@ public class SipPhone extends SipPhoneBase {
        void unhold() throws CallStateException {
            if (SC_DBG) log("unhold:");
            setState(State.ACTIVE);
            AudioGroup audioGroup = new AudioGroup();
            AudioGroup audioGroup = new AudioGroup(mContext);
            for (Connection c : mConnections) {
                ((SipConnection) c).unhold(audioGroup);
            }