Fixed issue 46213 and popup changes
[apps/osp/Gallery.git] / src / GlAlbumListEditorForm.cpp
index 55530cd..14fa78a 100644 (file)
@@ -772,7 +772,7 @@ bool AlbumListEditorForm::OnKeyReleased(Control& source, const Tizen::Ui::KeyEve
 {
        AppLogDebug("ENTER");
 
-       if (keyEventInfo.GetKeyCode() == KEY_BACK || keyEventInfo.GetKeyCode() == KEY_ESC)
+       if (keyEventInfo.GetKeyCode() == KEY_BACK || keyEventInfo.GetKeyCode() == KEY_ESC || keyEventInfo.GetKeyCode() == KEY_BACKSPACE)
        {
                __pDeletePopup->SetShowState(false);
                __pDeletePopup->Show();