Fixed popup
authorHeeJu Kang <mobum.kang@samsung.com>
Thu, 3 Jan 2013 11:11:16 +0000 (20:11 +0900)
committerHeeJu Kang <mobum.kang@samsung.com>
Thu, 3 Jan 2013 11:11:16 +0000 (20:11 +0900)
Change-Id: If49b043863366cc8127136b3eb757e64904e667d
Signed-off-by: HeeJu Kang <mobum.kang@samsung.com>
src/FShell_LiveboxPopupView.cpp
src/FShell_LiveboxView.cpp

index 3ca1759..6eace4a 100644 (file)
@@ -335,7 +335,6 @@ _LiveboxPopupView::OnTouchReleased(const _Control& source, const _TouchInfo& tou
 
        if (!clientBounds.Contains(touchPoint))
        {
-               FireLiveboxPopupEvent(false);
                PlayAnimation(false);
        }
 
@@ -379,6 +378,7 @@ _LiveboxPopupView::OnVisualElementAnimationFinished(const Tizen::Ui::Animations:
        {
                SysLog(NID_UI_CTRL, "Close LiveboxPopup");
                Close();
+               FireLiveboxPopupEvent(false);
        }
 }
 
index a2b607f..408d435 100644 (file)
@@ -384,6 +384,7 @@ _LiveboxView::OnLiveboxPopupViewOpened(void)
 void
 _LiveboxView::OnLiveboxPopupViewClosed(void)
 {
+       __pLiveboxPopupView.reset(null);
 }
 
 void