summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/hmi_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/application_manager/src/hmi_state.cc')
-rw-r--r--src/components/application_manager/src/hmi_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/hmi_state.cc b/src/components/application_manager/src/hmi_state.cc
index aad927cc6a..393a9d7784 100644
--- a/src/components/application_manager/src/hmi_state.cc
+++ b/src/components/application_manager/src/hmi_state.cc
@@ -77,7 +77,7 @@ bool HmiState::is_voice_communication_app(const uint32_t app_id) const {
bool HmiState::is_mobile_projection_app(const uint32_t app_id) const {
const ApplicationSharedPtr app = app_mngr_.application(app_id);
- return app ? app->MobileProjectionEnabled() : false;
+ return app ? app->mobile_projection_enabled() : false;
}
mobile_apis::AudioStreamingState::eType VRHmiState::audio_streaming_state()