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

Commit 879142bf authored by mike dooley's avatar mike dooley Committed by Michael Dooley
Browse files

Fix hangouts conference calling regression.

Check the connection-by-id hash table instead of conference-by-id hash
table when setting conferenceable connections.

Bug: 17919110
Change-Id: Ia8a5ab3fb96926e600d21eca7737a0044b233563
parent 37bd0776
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ final class RemoteConnectionService {
    }

    private boolean hasConnection(String callId) {
        return mConferenceById.containsKey(callId);
        return mConnectionById.containsKey(callId);
    }

    private RemoteConnection findConnectionForAction(