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

Commit 96cb37be authored by Amit Mahajan's avatar Amit Mahajan Committed by Gerrit Code Review
Browse files

Merge "Use updated constructor for AudioGroup."

parents 5febe121 68ce1ab1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -604,7 +604,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);
            }