smartdevicelink / sdl_core

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

Generated vrHelp is not properly resumed after ResetGlobalProperties #3909

Closed jacobkeeler closed 2 years ago

jacobkeeler commented 2 years ago

Bug Report

Autogenerated vrHelp is not resumed of ResetGlobalProperties was sent previously

Reproduction Steps
  1. Register app
  2. Send AddCommand
  3. Send SetGlobalProperties with vrHelp & vrHelpTitle
  4. Send ResetGlobalProperties with VRHELPTITLE and VRHELPITEMS (HMI receives autogenerated vrHelp and vrHelpTitle)
  5. Disconnect and reconnect app with correct resumption hash ID
Expected Behavior

HMI receives autogenerated vrHelp and vrHelpTitle based on commands

Observed Behavior

Core resumes vrHelpTitle, but does not provide generated vrHelp

OS & Version Information
ShobhitAd commented 2 years ago

Closed via https://github.com/smartdevicelink/sdl_core/pull/3916