X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FCallTelephonyManager.cpp;h=767107aa5dd6144d06a4a1861d7b47e60a024c39;hb=309ccc13eb3fd773e597473136e3f15aa792de7e;hp=9b31aa4b382e8a1f04757e9828c927dadafc1d7f;hpb=0fc070c3be46085c5d15c0b9b10a2f9e6b100ab7;p=apps%2Fosp%2FCall.git diff --git a/src/CallTelephonyManager.cpp b/src/CallTelephonyManager.cpp index 9b31aa4..767107a 100644 --- a/src/CallTelephonyManager.cpp +++ b/src/CallTelephonyManager.cpp @@ -1591,16 +1591,12 @@ TelephonyManager::HandleParticipantEndedFromConference(unsigned int participantC __pActiveCallList->Add(pActiveCall->GetCallHandle()->ToLong(), *pActiveCall); pActiveCall = null; - //Check if there is no incoming or dialing call exist, then only notify to change screen, Else ignore - if (IsIncomingorDialingCallPresent() == false) - { - //using the callConnected to switch to single active screen - //or update multiple active call screen - IListT* pActiveCallList = __pActiveCallList->GetValuesN(); - __pEventListener->HandleCallConnected(*pActiveCallList); - delete pActiveCallList; - pActiveCallList = null; - } + //using the callConnected to switch to single active screen + //or update multiple active call screen + IListT* pActiveCallList = __pActiveCallList->GetValuesN(); + __pEventListener->HandleCallConnected(*pActiveCallList); + delete pActiveCallList; + pActiveCallList = null; } else { @@ -2214,6 +2210,7 @@ TelephonyManager::CheckIncomingCallToBeRejected(AppCallInfo* pIncomingCallInfo) void TelephonyManager::HandleCallback(TapiHandle* pHandle, const char* pNotiId, void* pData, void* pUserData) { + AppLogDebug("Enter"); unsigned int tempHandle = 0; TelephonyManager* pTelManager = (TelephonyManager*) pUserData; if (pTelManager->__pSoundManager == null)