summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2019-10-10 09:36:19 -0400
committerGitHub <noreply@github.com>2019-10-10 09:36:19 -0400
commitdb01c9e1f1a575306f90ef7d7bdcf81f0bfee350 (patch)
treee470675fc9700c7b2541789e8751331c34c0ec19
parent3f9cc102ca74aac321c39ec242590b6eba506f3f (diff)
downloadsdl_core-db01c9e1f1a575306f90ef7d7bdcf81f0bfee350.tar.gz
Update src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/create_window_request.cc
Co-Authored-By: Jacob Keeler <jacob.keeler@livioradio.com>
-rw-r--r--src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/create_window_request.cc2
1 files changed, 1 insertions, 1 deletions
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 >