summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/notification_from_hmi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/notification_from_hmi.cc')
-rw-r--r--src/components/application_manager/src/commands/notification_from_hmi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/notification_from_hmi.cc b/src/components/application_manager/src/commands/notification_from_hmi.cc
index b6bb8d4e3c..5e1314bad3 100644
--- a/src/components/application_manager/src/commands/notification_from_hmi.cc
+++ b/src/components/application_manager/src/commands/notification_from_hmi.cc
@@ -84,7 +84,7 @@ void NotificationFromHMI::SendNotificationToMobile(
void NotificationFromHMI::SendNotificationToHMI(MessageSharedPtr& message) {
(*message)[strings::params][strings::protocol_type] = hmi_protocol_type_;
- rpc_service_.SendMessageToHMI(message);
+ rpc_service_.ManageHMICommand(message, SOURCE_SDL_TO_HMI);
}
void NotificationFromHMI::CreateHMIRequest(