summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/hmi_state.cc
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2015-04-09 15:49:40 +0300
committerArtem Nosach <ANosach@luxoft.com>2015-04-23 15:33:25 +0300
commitb0795c8b20a54f0e18e671d1b52925bbbf3890e6 (patch)
treebbcfe276b93c2ea64920184e1b905080169187a1 /src/components/application_manager/src/hmi_state.cc
parentd59ac12d764cf33196e256db3b9a50dd739a2e5d (diff)
downloadsdl_core-b0795c8b20a54f0e18e671d1b52925bbbf3890e6.tar.gz
Post review changes.
Diffstat (limited to 'src/components/application_manager/src/hmi_state.cc')
-rw-r--r--src/components/application_manager/src/hmi_state.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/application_manager/src/hmi_state.cc b/src/components/application_manager/src/hmi_state.cc
index ea54057aa6..16c0c09af2 100644
--- a/src/components/application_manager/src/hmi_state.cc
+++ b/src/components/application_manager/src/hmi_state.cc
@@ -64,7 +64,8 @@ NaviStreamingHmiState::audio_streaming_state() const {
using namespace helpers;
using namespace mobile_apis;
AudioStreamingState::eType expected_state = parent()->audio_streaming_state();
- if (Compare<HMILevel::eType, EQ, ONE> (hmi_level(), HMILevel::HMI_FULL)) {
+ if (Compare<HMILevel::eType, EQ, ONE> (hmi_level(), HMILevel::HMI_FULL) &&
+ !state_context_.is_navi_app(app_id_)) {
if (state_context_.is_attenuated_supported()) {
expected_state = AudioStreamingState::ATTENUATED;
} else {