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

Commit 3175824a authored by mike dooley's avatar mike dooley Committed by Android Git Automerger
Browse files

am 879142bf: Fix hangouts conference calling regression.

* commit '879142bf':
  Fix hangouts conference calling regression.
parents 5d7f58be 879142bf
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(