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

Commit 6b45642f authored by Santos Cordon's avatar Santos Cordon
Browse files

Fixing ADD_CALL (1/3)

Bug: 16241726
Change-Id: Ie1dd72a79c2430b10b0239dbdda5508edbc8eb26
parent f251bde8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -427,6 +427,12 @@ public abstract class ConnectionService extends Service {
                        request.getCallId());
                mAdapter.handleCreateConnectionSuccessful(request);
                addConnection(request.getCallId(), connection);

                // TODO: onSuccess should pass through the entire state of the connection instead of
                // having to set it like this afterwards.  Also, it would eliminate the hack of
                // having to change the request object that we pass back.
                mConnectionListener.onCallCapabilitiesChanged(
                        connection, connection.getCallCapabilities());
            }

            @Override