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