X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FCallActiveCallForm.cpp;h=bc3a5a63698af7016722a62d73d563c47802cf44;hb=65fce85a9808b72acfeaa817a0e864c263e798f0;hp=13720a7685ed4fbbdad2e90671047d80e050f1c6;hpb=e4579e3d689538103e167908bc2ef48cd61ed13b;p=apps%2Fosp%2FCall.git diff --git a/src/CallActiveCallForm.cpp b/src/CallActiveCallForm.cpp index 13720a7..bc3a5a6 100644 --- a/src/CallActiveCallForm.cpp +++ b/src/CallActiveCallForm.cpp @@ -1088,7 +1088,7 @@ ActiveCallForm::OnSceneDeactivated(const SceneId& currentSceneId, const SceneId& RemoveOrientationEventListener(*this); if (__pCallButtonsPanel != null) { - RemoveControl(__pCallButtonsPanel); + // RemoveControl(__pCallButtonsPanel); __pCallButtonsPanel = null; } if (__pActiveCallTimer != null) @@ -1957,7 +1957,7 @@ ActiveCallForm::OnListViewItemStateChanged(ListView& listView, int index, int el //Goto conference call list form SceneManager* pSceneManager = SceneManager::GetInstance(); pSceneManager->GoForward(ForwardSceneTransition(IDSCN_SCENE_CONFCALLLIST, SCENE_TRANSITION_ANIMATION_TYPE_NONE, - SCENE_HISTORY_OPTION_NO_HISTORY, SCENE_DESTROY_OPTION_DESTROY), null); + SCENE_HISTORY_OPTION_NO_HISTORY, SCENE_DESTROY_OPTION_KEEP), null); } void