summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYana Chernysheva (GitHub) <59469418+ychernysheva@users.noreply.github.com>2021-02-18 21:28:28 +0200
committerGitHub <noreply@github.com>2021-02-18 14:28:28 -0500
commitd8cd8066c636fecf8fe196fa7e95e39122f3533d (patch)
treefdaa3fdf83ea1f6457db5b79e81aaac6e09de93e
parent5e161aa7ced5db3b95e204ca36d2ac6f717f3beb (diff)
downloadsdl_core-d8cd8066c636fecf8fe196fa7e95e39122f3533d.tar.gz
Prevent resumption of default keyboard properties after reset (#3633)
-rw-r--r--src/components/application_manager/src/message_helper/message_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/message_helper/message_helper.cc b/src/components/application_manager/src/message_helper/message_helper.cc
index 02edf75646..c9ec08a653 100644
--- a/src/components/application_manager/src/message_helper/message_helper.cc
+++ b/src/components/application_manager/src/message_helper/message_helper.cc
@@ -412,7 +412,7 @@ MessageHelper::CreateUIResetGlobalPropertiesRequest(
(*ui_reset_global_prop_request)[hmi_request::keyboard_properties] =
keyboard_properties;
application->set_keyboard_props(
- smart_objects::SmartObject(smart_objects::SmartType_Map));
+ smart_objects::SmartObject(smart_objects::SmartType_Null));
}
(*ui_reset_global_prop_request)[strings::app_id] = application->app_id();