commit | 2c304ad93f8e74e4a14374d6e00a50cd3497d592 | [log] [tgz] |
---|---|---|
author | Kosuge Yuji <yuji.x.kosuge@sonymobile.com> | Thu May 21 11:42:00 2015 +0200 |
committer | Santos Cordon <santoscordon@google.com> | Thu May 21 15:42:57 2015 -0700 |
tree | e30c77966297e243ddf53802ed0f06bc6ba03f1b | |
parent | 8bc2e2394705f37569b6baaaec866fe90074eb2b [diff] |
Two calls screen is not displayed on multiple SIP calls When accepting the 2nd incoming SIP call, the 1st SIP call is set to Hold call by calling SipPhone#switchHoldingAndActive(). However, Hold call is returned to Active call afterwards because switchHoldingAndActive() is called by the TelephonyFWK side again. Therefore, two calls screen is not displayed because Hold call does not exist. Change-Id: I623a67c2493fe7c4bcd8b36f3b13ede31f36b820