commit | 0f3cecd30d5a7e8f3874b65f35dfb73210a1b330 | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Thu Aug 22 14:05:45 2019 -0700 |
committer | Tyler Gunn <tgunn@google.com> | Thu Aug 22 14:05:45 2019 -0700 |
tree | 4b338213f4b8b620690e3c65df429ba3ca0ad5e6 | |
parent | 4138ef96859611a38abf1d1db2d7fd58e0b2699d [diff] |
Post Connection Events to handler. The disconnect messages are posted to the handler, but the connection events were not. This meant when merging calls into a conference, the event to indicate the calls merged successfully would come BEFORE the disconnect signals arrived in Telecom. Putting the connection events to the handler ensures they arrive AFTER the disconnect signals. Test: Described in other CL on topic. Bug: 139169804 Change-Id: I7491504032538e8ccc87cfc65b5eaaeb31e32de0