X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FCallPresentationModel.cpp;h=a190395e6d6e2ea0528a506dabd9932753efeee6;hb=65fce85a9808b72acfeaa817a0e864c263e798f0;hp=890bddf577fd57a524588f7e2d40357510d2a6dd;hpb=e4579e3d689538103e167908bc2ef48cd61ed13b;p=apps%2Fosp%2FCall.git diff --git a/src/CallPresentationModel.cpp b/src/CallPresentationModel.cpp index 890bddf..a190395 100644 --- a/src/CallPresentationModel.cpp +++ b/src/CallPresentationModel.cpp @@ -565,7 +565,7 @@ CallPresentationModel::AddCall(const String& phoneNumber) nextScene = IDSCN_SCENE_OUT_EMERGENCYCALL; } pSceneManager->GoForward( ForwardSceneTransition( nextScene, - SCENE_TRANSITION_ANIMATION_TYPE_NONE, SCENE_HISTORY_OPTION_NO_HISTORY,SCENE_DESTROY_OPTION_DESTROY), pLaunchArgs); + SCENE_TRANSITION_ANIMATION_TYPE_NONE, SCENE_HISTORY_OPTION_NO_HISTORY,SCENE_DESTROY_OPTION_KEEP), pLaunchArgs); } }