summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/hmi_state.cc
diff options
context:
space:
mode:
authorShobhit Adlakha <ShobhitAd@users.noreply.github.com>2022-10-26 11:34:13 -0400
committerGitHub <noreply@github.com>2022-10-26 11:34:13 -0400
commit7343fc72c12edc8ac42a62556c9e4b29c9408bc3 (patch)
tree32e910f5440c10b384bb26b5555ac7adb77540ee /src/components/application_manager/src/hmi_state.cc
parent65947fd1eb30a392948d67003df0fe803c070c6b (diff)
parentfb05c085b449b2149f85338fd4d00951205ab969 (diff)
downloadsdl_core-7343fc72c12edc8ac42a62556c9e4b29c9408bc3.tar.gz
Merge pull request #3949 from smartdevicelink/release/8.2.0HEAD8.2.0masterdevelop
Release 8.2.0
Diffstat (limited to 'src/components/application_manager/src/hmi_state.cc')
-rw-r--r--src/components/application_manager/src/hmi_state.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/application_manager/src/hmi_state.cc b/src/components/application_manager/src/hmi_state.cc
index 07200af6cd..6dc3264ac0 100644
--- a/src/components/application_manager/src/hmi_state.cc
+++ b/src/components/application_manager/src/hmi_state.cc
@@ -50,6 +50,7 @@ HmiState::HmiState(std::shared_ptr<Application> app,
: hmi_app_id_(app->hmi_app_id())
, state_id_(state_id)
, app_mngr_(app_mngr)
+ , parent_(HmiStatePtr())
, window_type_(mobile_apis::WindowType::INVALID_ENUM)
, hmi_level_(mobile_apis::HMILevel::INVALID_ENUM)
, audio_streaming_state_(mobile_apis::AudioStreamingState::INVALID_ENUM)
@@ -63,6 +64,7 @@ HmiState::HmiState(std::shared_ptr<Application> app,
: hmi_app_id_(app->hmi_app_id())
, state_id_(STATE_ID_REGULAR)
, app_mngr_(app_mngr)
+ , parent_(HmiStatePtr())
, window_type_(mobile_apis::WindowType::INVALID_ENUM)
, hmi_level_(mobile_apis::HMILevel::INVALID_ENUM)
, audio_streaming_state_(mobile_apis::AudioStreamingState::INVALID_ENUM)