diff options
author | Shriram Ganesh <sganesh@codeaurora.org> | 2015-12-11 15:52:15 -0800 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-07-01 01:10:41 -0700 |
commit | 95a3e6688ef1c588c31a586d9084d299fe9e3927 (patch) | |
tree | 0561154acdfd10555761f8af5f1a77b6079bfdd4 /.classpath | |
parent | bce16cb702f80b15bc70f078507c25c456729758 (diff) | |
download | android_packages_services_Telecomm-95a3e6688ef1c588c31a586d9084d299fe9e3927.tar.gz android_packages_services_Telecomm-95a3e6688ef1c588c31a586d9084d299fe9e3927.tar.bz2 android_packages_services_Telecomm-95a3e6688ef1c588c31a586d9084d299fe9e3927.zip |
Fix a bug where conference call does not automatically resume.
The scenario is a background conference call and a foreground call
in dialing state. When user cancels the foreground call, the
background conference call is not automically resumed. This is
because the logic for making a held call as the foreground call
depends on there being only one call in the list of calls
maintained by CallsManager. However, in a conference scenario there
is more than one call object which are children of a top level
conference call. The fix is to check the number of top level calls
in held state.
Change-Id: I4092e8c38ac6217002ef426d7674f8a6e4c837ab
CRs-Fixed: 946284
Diffstat (limited to '.classpath')
0 files changed, 0 insertions, 0 deletions