fix UI issue
authorGwangbok Kim <gwangbok.kim@samsung.com>
Thu, 4 Jul 2013 08:04:09 +0000 (17:04 +0900)
committerGwangbok Kim <gwangbok.kim@samsung.com>
Thu, 4 Jul 2013 08:04:09 +0000 (17:04 +0900)
Change-Id: I552c04695753c80802e86d985deb05b247080c99
Signed-off-by: Gwangbok Kim <gwangbok.kim@samsung.com>
project/src/AddressbookListPopup.cpp

index d3d5be7..c53631b 100644 (file)
@@ -173,7 +173,7 @@ AddressbookListPopup::OnItemReordered(Tizen::Ui::Controls::ListView& view, int o
 bool
 AddressbookListPopup::OnKeyPressed(Control& source, const KeyEventInfo& keyEventInfo)
 {
-       return true;
+       return false;
 }
 
 bool
@@ -184,7 +184,7 @@ AddressbookListPopup::OnKeyReleased(Control& source, const KeyEventInfo& keyEven
                __pForm->SendUserEvent(0, null);
        }
 
-       return true;
+       return false;
 }
 
 bool