summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2015-03-03 18:51:10 +0200
committerAleksandr Galiuzov <AGaliuzov@luxoft.com>2015-04-15 14:12:50 +0300
commit7d947f4424d5470a8a4c8bdc9717859e6aea140f (patch)
tree5f14c3bc7ed01eeeb92e6ed91f6577ae80256e9a /src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc
parent037abef1e1aae30661d94af4173a28acae4f0ea8 (diff)
downloadsdl_core-7d947f4424d5470a8a4c8bdc9717859e6aea140f.tar.gz
APPLINK-11447 Remove set_audio_streaming_state from AM
Move ActivateAppLogic to State Ctrl Conflicts: src/components/application_manager/src/commands/hmi/on_app_deactivated_notification.cc src/components/application_manager/src/policies/policy_handler.cc
Diffstat (limited to 'src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc')
-rw-r--r--src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc b/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc
index 6e56dd29c0..8ab63ca61e 100644
--- a/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc
+++ b/src/components/application_manager/src/commands/hmi/on_vr_started_notification.cc
@@ -49,7 +49,7 @@ void OnVRStartedNotification::Run() {
LOG4CXX_AUTO_TRACE(logger_);
ApplicationManagerImpl::instance()->set_vr_session_started(true);
- ApplicationManagerImpl::instance()->Mute(kVRSessionChanging);
+ //ApplicationManagerImpl::instance()->Mute(kVRSessionChanging);
}
} // namespace commands