From db01c9e1f1a575306f90ef7d7bdcf81f0bfee350 Mon Sep 17 00:00:00 2001 From: JackLivio Date: Thu, 10 Oct 2019 09:36:19 -0400 Subject: Update src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/create_window_request.cc Co-Authored-By: Jacob Keeler --- .../sdl_rpc_plugin/src/commands/mobile/create_window_request.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/create_window_request.cc b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/create_window_request.cc index 7e6df969d3..b33c129786 100644 --- a/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/create_window_request.cc +++ b/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/create_window_request.cc @@ -335,7 +335,7 @@ bool CreateWindowRequest::DoesExceedMaxAllowedWindows( if (find_res == windowTypeSupported->end()) { LOG4CXX_WARN(logger_, "Requested Window Type is not supported by the HMI"); - return false; + return true; } if (get_current_number_of_windows(window_type) + 1 > -- cgit v1.2.1