Remove hashcode() override for Connection
hashCode is relying on the number of call which creates a race condition when two phone calls with same number are created. It basically confuses the stack about the object equality. Bug: b/31271037 Change-Id: If009c2e0924fad540cf91bc8b0fa9b2f13404b7b
Loading
Please register or sign in to comment