summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 >