From d38383d186ecab67a35a7acd90aeaf8a94832b93 Mon Sep 17 00:00:00 2001 From: mked-luxoft Date: Tue, 20 Aug 2019 12:22:13 +0300 Subject: fixup! Send one OnSystemCapabilitiesUpdated on resumption --- .../src/commands/mobile/register_app_interface_request.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') 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); } -- cgit v1.2.1