From: Gwangbok Kim Date: Thu, 4 Jul 2013 08:04:09 +0000 (+0900) Subject: fix UI issue X-Git-Tag: 2.2_release~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14ff3b77a937716548e0a8fc02f6d65e90ad4714;p=samples%2Fnative%2FContacts.git fix UI issue Change-Id: I552c04695753c80802e86d985deb05b247080c99 Signed-off-by: Gwangbok Kim --- diff --git a/project/src/AddressbookListPopup.cpp b/project/src/AddressbookListPopup.cpp index d3d5be7..c53631b 100644 --- a/project/src/AddressbookListPopup.cpp +++ b/project/src/AddressbookListPopup.cpp @@ -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