am 879142bf: Fix hangouts conference calling regression.
* commit '879142bf1c6b72670d4aedac82938f00a97acf5b': Fix hangouts conference calling regression.
This commit is contained in:
@@ -365,7 +365,7 @@ final class RemoteConnectionService {
|
||||
}
|
||||
|
||||
private boolean hasConnection(String callId) {
|
||||
return mConferenceById.containsKey(callId);
|
||||
return mConnectionById.containsKey(callId);
|
||||
}
|
||||
|
||||
private RemoteConnection findConnectionForAction(
|
||||
|
||||
Reference in New Issue
Block a user