Hid the popups when Esc key is pressed
[apps/osp/Gallery.git] / src / GlSlideShowPopUp.cpp
index 2234b8a..2a5a10e 100644 (file)
@@ -114,7 +114,7 @@ SlideShowPopUp::OnKeyReleased(Control& source, const Tizen::Ui::KeyEventInfo& ke
 {
        AppLogDebug("ENTER");
 
-       if(keyEventInfo.GetKeyCode() == KEY_BACK)
+       if(keyEventInfo.GetKeyCode() == KEY_BACK || keyEventInfo.GetKeyCode() == KEY_ESC)
        {
                Popup::SetShowState(false);
                Popup::Show();