commit | 98baccf8e095652f82d04b8f3e277905e67db33f | [log] [tgz] |
---|---|---|
author | yueg <yueg@google.com> | Mon Aug 14 10:28:15 2017 -0700 |
committer | Eric Erfanian <erfanian@google.com> | Mon Aug 14 11:00:56 2017 -0700 |
tree | ec729d0cc41ce64a298f3b0d8aa9cea36d161504 | |
parent | 92ce0a5321fa1439b50e0f0e7244ea0f7f205418 [diff] |
Fix bubble for conference call. Fix bubble conference call bugs once and for all. ReturnToCallController.onDsconnect() is called twice when ending the last call in conference call: one for the last call itself, one for the parent call. And we should do nothing for the parent call. This change avoids extra handling in Bubble.showText() and Bubble.hideAndReset(). Test: ReturnToCallControllerTest PiperOrigin-RevId: 165195412 Change-Id: Ib21fac6dd7ad9fe85c3070ce1295f63a91c61a02