summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/command_notification_from_mobile_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/commands/command_notification_from_mobile_impl.cc')
-rw-r--r--src/components/application_manager/src/commands/command_notification_from_mobile_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/command_notification_from_mobile_impl.cc b/src/components/application_manager/src/commands/command_notification_from_mobile_impl.cc
index fa1006de2f..bd4fa58c8f 100644
--- a/src/components/application_manager/src/commands/command_notification_from_mobile_impl.cc
+++ b/src/components/application_manager/src/commands/command_notification_from_mobile_impl.cc
@@ -90,7 +90,7 @@ void CommandNotificationFromMobileImpl::SendNotificationToHMI(
const hmi_apis::FunctionID::eType& hmi_function_id) {
(*message_)[strings::params][strings::protocol_type] = hmi_protocol_type_;
(*message_)[strings::params][strings::function_id] = hmi_function_id;
- rpc_service_.SendMessageToHMI(message_);
+ rpc_service_.ManageHMICommand(message_, SOURCE_SDL_TO_HMI);
}
void CommandNotificationFromMobileImpl::SendNotificationToConsumers(