summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2017-11-03 16:33:01 -0400
committerJackLivio <jack@livio.io>2017-11-03 16:33:01 -0400
commit0196f884e1096dd886452661acfdb9b985fe2527 (patch)
tree1ae6d4ad420dc18810fcc93db3e3affe2381eaff
parent70eec5c3370197274b22f0f1ead9707aac153d8f (diff)
downloadsdl_core-hotfix/rc_sends_activate_app_at_wrong_time.tar.gz
Activate app sent at wrong time for RC appshotfix/rc_sends_activate_app_at_wrong_time
This function call will cause BC.ActivateApp to be sent to the hmi when a RC app is connected for the first time.
-rw-r--r--src/components/remote_control/src/remote_control_plugin.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/remote_control/src/remote_control_plugin.cc b/src/components/remote_control/src/remote_control_plugin.cc
index 921fc3794c..c885d724ad 100644
--- a/src/components/remote_control/src/remote_control_plugin.cc
+++ b/src/components/remote_control/src/remote_control_plugin.cc
@@ -284,7 +284,6 @@ bool RemoteControlPlugin::IsAppForPlugin(
if (service()->IsRemoteControlApplication(app)) {
RCAppExtensionPtr rc_app_extension = new RCAppExtension(GetModuleID());
app->AddExtension(rc_app_extension);
- service()->NotifyHMIAboutHMILevel(app, app->hmi_level());
return true;
}
return false;