summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Klimenko <dklimenko@luxoft.com>2014-08-19 01:39:41 -0700
committerDmitriy Klimenko <dklimenko@luxoft.com>2014-08-19 01:39:41 -0700
commitee2ac1ef41ff40e11581ac367c822033801b6b33 (patch)
tree9f9650eef2e7a4edbd8b765789d5113d59c58848
parent5e595a1d2c7128b3fd64646d0018d58026b8b48a (diff)
downloadsmartdevicelink-ee2ac1ef41ff40e11581ac367c822033801b6b33.tar.gz
RTC 418148: app is unregistering after receiving app (Menu->ExitSPT) fixSNAPSHOT_PASA19082014
-rw-r--r--src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc b/src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc
index 6cbf6990a..714a8d195 100644
--- a/src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc
+++ b/src/components/application_manager/src/commands/hmi/on_exit_application_notification.cc
@@ -71,13 +71,10 @@ void OnExitApplicationNotification::Run() {
}
#endif
case hmi_apis::Common_ApplicationToNONEReason::USER_EXIT : {
- MessageHelper::SendOnAppInterfaceUnregisteredNotificationToMobile(
- app_impl->app_id(),
- mobile_api::AppInterfaceUnregisteredReason::USER_EXIT);
break;
}
default : {
- LOG4CXX_WARN(logger_, "Bad reason");
+ LOG4CXX_WARN(logger_, "Unhandled reason");
break;
}
}