X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FCallActiveCallForm.cpp;h=0f06c69bcc61b1bd6afe01068bcc886e4fcc5f94;hb=309ccc13eb3fd773e597473136e3f15aa792de7e;hp=469527e9a640291f37ca066dcb23af13c212b48c;hpb=0fc070c3be46085c5d15c0b9b10a2f9e6b100ab7;p=apps%2Fosp%2FCall.git diff --git a/src/CallActiveCallForm.cpp b/src/CallActiveCallForm.cpp index 469527e..0f06c69 100644 --- a/src/CallActiveCallForm.cpp +++ b/src/CallActiveCallForm.cpp @@ -592,15 +592,7 @@ ActiveCallForm::OnActionPerformed(const Control& source, int actionId) //switch to Dialer Form to make an call if(__pCallPresentor->GetCurrentCallCount() == 1) { -/* ArrayList* pArgs = new (std::nothrow) ArrayList(SingleObjectDeleter); - pArgs->Construct(); - String* formType = new (std::nothrow) String(); - formType->Append(__formType); - pArgs->Add(formType); - pSceneManager->GoForward( ForwardSceneTransition(IDSCN_DIALER, SCENE_TRANSITION_ANIMATION_TYPE_NONE, - SCENE_HISTORY_OPTION_NO_HISTORY), pArgs);*/ - __pCallPresentor->LaunchDialAppControl(); - + __pCallPresentor->LaunchDialAppControl(); } } break;