Loading
CallsManager: Fix racey disconnect-on-waiting
Disconnecting the active call and then immediately answering the background was timing dependent. If the disconnection was ongoing at the time of answering the other call, the switch request caused by the answer could trample the call IDs or the internal state machine of the radio. As a not-so-pretty fix, move the call to background before disconnecting it so that the switch happens first. Change-Id: I1b4c251a9419991fe96ee0951e4a14a6f25ccc8d Still: CYNGNOS-1593