Fix for N_SE-44446 N_SE-44426
authorAmith Kumar Mahale <amith.m@samsung.com>
Tue, 2 Jul 2013 13:27:16 +0000 (18:57 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Tue, 2 Jul 2013 13:27:16 +0000 (18:57 +0530)
Change-Id: I809fa3a1e7a524934fcda21818b43e2ebf26d7da
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/CallActiveCallForm.cpp
src/CallEndCallForm.cpp

index 54f92ef..19f0e18 100644 (file)
@@ -455,6 +455,7 @@ ActiveCallForm::SetHoldButtonStatus(bool toHoldCall)
                pHoldBtn->SetActionId(cmdId);
                pHoldBtn->SetNormalBitmap(Point(0, 0),*normalImg);
                pHoldBtn->SetPressedBitmap(Point(0, 0),*pressImg);
+               pHoldBtn->Invalidate(true);
        }
        if (pHoldLbl)
        {
index aa10071..e9b3b80 100644 (file)
@@ -229,12 +229,12 @@ EndCallForm::OnActionPerformed(const Control& source, int actionId)
                        if (isEmergencyCall)
                        {
                                pSceneManager->GoForward( ForwardSceneTransition( IDSCN_SCENE_OUT_EMERGENCYCALL,
-                                               SCENE_TRANSITION_ANIMATION_TYPE_NONE, SCENE_HISTORY_OPTION_NO_HISTORY,SCENE_DESTROY_OPTION_KEEP), pContact);
+                                               SCENE_TRANSITION_ANIMATION_TYPE_NONE, SCENE_HISTORY_OPTION_NO_HISTORY,SCENE_DESTROY_OPTION_DESTROY), pContact);
                        }
                        else
                        {
                                pSceneManager->GoForward( ForwardSceneTransition(IDSCN_SCENE_OUTCALL,
-                                               SCENE_TRANSITION_ANIMATION_TYPE_NONE, SCENE_HISTORY_OPTION_NO_HISTORY,SCENE_DESTROY_OPTION_KEEP), pContact);
+                                               SCENE_TRANSITION_ANIMATION_TYPE_NONE, SCENE_HISTORY_OPTION_NO_HISTORY,SCENE_DESTROY_OPTION_DESTROY), pContact);
                        }
                }
                else