From 3af64e9a2f89212004cae78fbcd381772631c2e6 Mon Sep 17 00:00:00 2001 From: Nataliia Sydorchuk Date: Mon, 27 Jun 2016 11:53:56 +0300 Subject: [PATCH] TSAM-5578 No action occurs when trying to tap in any options in Groups Change-Id: I66a2bfc792e72eb4cab77b5dc720d8fc5277770f Signed-off-by: Nataliia Sydorchuk --- lib-contacts/src/Contacts/List/ListView.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib-contacts/src/Contacts/List/ListView.cpp b/lib-contacts/src/Contacts/List/ListView.cpp index b99a833..dc8a2c9 100644 --- a/lib-contacts/src/Contacts/List/ListView.cpp +++ b/lib-contacts/src/Contacts/List/ListView.cpp @@ -160,10 +160,10 @@ void ListView::onMenuPressed() menu->create(getEvasObject()); if (!m_PersonGroups.empty()) { - menu->addItem("IDS_PB_OPT_GROUPS", [this] { - Groups::GroupsView *groupsView = new Groups::GroupsView(); - getNavigator()->navigateTo(groupsView); - }); +// TODO: It is hidden because of release testing. Will be uncommented when all Groups functionality will be done. +// menu->addItem("IDS_PB_OPT_GROUPS", [this] { +// getNavigator()->navigateTo(new Groups::GroupsView()); +// }); menu->addItem("IDS_LOGS_OPT_DELETE", std::bind(&ListView::onDeleteSelected, this)); menu->addItem("IDS_PB_OPT_SHARE", std::bind(&ListView::onShareSelected, this)); menu->addItem("IDS_PB_OPT_MANAGE_FAVOURITES_ABB", [this] { -- 2.7.4