smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
240 stars 245 forks source link

Fix/Reset VRHelp array to default values instead of null #3916

Closed ShobhitAd closed 2 years ago

ShobhitAd commented 2 years ago

Fixes #3909

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Summary

At the moment, when core receives a ResetGlobalProperties(VRHELPITEMS) the ApplicationManagerImpl::ResetVrHelpTitleItems function resets the apps vrHelp value to null but sends different default values in the UI.SetGlobalProperties sent to the HMI.

This PR adds changes to reset vrHelp to default values rather than null

CLA