summaryrefslogtreecommitdiff
path: root/src/components/remote_control/src/remote_control_plugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/remote_control/src/remote_control_plugin.cc')
-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;