Closed iCollin closed 3 years ago
Fixes https://github.com/smartdevicelink/sdl_core/issues/3768
This PR is ready for review.
This PR makes no API changes.
Issue Reproduction Steps https://github.com/smartdevicelink/sdl_atf_test_scripts/pull/2578 Additional ATF Test Scripts updates to come
When cancelling temp state and temp state is hmi_states.begin(), we must check if the next element holds reference to state we are deleting in parent property and remove it if so.
hmi_states.begin()
Fixes https://github.com/smartdevicelink/sdl_core/issues/3768
This PR is ready for review.
Risk
This PR makes no API changes.
Testing Plan
Issue Reproduction Steps https://github.com/smartdevicelink/sdl_atf_test_scripts/pull/2578 Additional ATF Test Scripts updates to come
Summary
When cancelling temp state and temp state is
hmi_states.begin()
, we must check if the next element holds reference to state we are deleting in parent property and remove it if so.CLA