am a83896ce: am 6e24a156: am 3175824a: am 879142bf: Fix hangouts conference calling regression.

* commit 'a83896ce73c56e3b16c8333cf442ebdbe7f9b8d0':
  Fix hangouts conference calling regression.
This commit is contained in:
mike dooley
2014-10-10 16:59:08 +00:00
committed by Android Git Automerger

View File

@@ -365,7 +365,7 @@ final class RemoteConnectionService {
}
private boolean hasConnection(String callId) {
return mConferenceById.containsKey(callId);
return mConnectionById.containsKey(callId);
}
private RemoteConnection findConnectionForAction(