From 6e52909548c63c3f5c91f3c9a853bd43a38410ef Mon Sep 17 00:00:00 2001 From: Eugene Kurzberg Date: Mon, 17 Oct 2016 11:42:09 +0300 Subject: [PATCH] TSAM-8924 The phone display same screen when tap on Phone and Contacts app Change-Id: I301941b49c00c9375038e908fcc4ce61a8ce1662 Signed-off-by: Eugene Kurzberg --- contacts-app/src/OperationDefaultController.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contacts-app/src/OperationDefaultController.cpp b/contacts-app/src/OperationDefaultController.cpp index 6477474..746371c 100644 --- a/contacts-app/src/OperationDefaultController.cpp +++ b/contacts-app/src/OperationDefaultController.cpp @@ -83,6 +83,9 @@ void OperationDefaultController::onRequest(Operation operation, app_control_h re } } + if (selectedTab != TabContacts) { + getNavigator()->navigateTo(m_Navigator); + } m_Navigator->navigateTo(m_Tabs[selectedTab]); free(appId); -- 2.7.4