Fixed Nabi Issues
[apps/osp/Internet.git] / src / IntConfirmationPopup.cpp
index 3b78c24..a5a3e04 100644 (file)
@@ -113,7 +113,7 @@ bool
 ConfirmationPopup::OnKeyReleased (Control &source, const KeyEventInfo &keyEventInfo)
 {
        AppLog("ConfirmationPopup::OnKeyReleased %d",keyEventInfo.GetKeyCode());
-       if(keyEventInfo.GetKeyCode() == KEY_BACK)
+       if(keyEventInfo.GetKeyCode() == KEY_BACK || keyEventInfo.GetKeyCode() == KEY_ESC)
        {
                if(GetShowState() == true)
                {