summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormked-luxoft <mked@luxoft.com>2019-08-20 12:22:13 +0300
committerAndriy Byzhynar (GitHub) <AByzhynar@luxoft.com>2019-08-20 21:17:13 +0300
commitd38383d186ecab67a35a7acd90aeaf8a94832b93 (patch)
treeb51b8e5c100f407b03b8806c6d784fad3808b9fe
parentb4432ad27d0207a60aed48171ef436eef4d7a91c (diff)
downloadsdl_core-d38383d186ecab67a35a7acd90aeaf8a94832b93.tar.gz
fixup! Send one OnSystemCapabilitiesUpdated on resumption
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
index ed261ad397..a2e44e2b7b 100644
--- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
+++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
@@ -828,7 +828,7 @@ void RegisterAppInterfaceRequest::SendRegisterAppInterfaceResponseToMobile(
application->mac_address());
}
- if (resumption) {
+ if (resumption && mobile_apis::Result::RESUME_FAILED != result_code) {
resumer.StartWaitingForDisplayCapabilitiesUpdate(application);
}