smartdevicelink / sdl_core

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

changed the way you add soft buttons in the subscription method #3839

Closed RomanReznichenkoLuxoft closed 2 years ago

RomanReznichenkoLuxoft commented 2 years ago

Fixes #3829

This PR is ready for review.

Risk This PR makes no API changes.

Summary Unsubscribe to the soft buttons was in response to the request, but the window is still open. Therefore, the kernel finished processing in the subscription verification step button_notification_to_mobile.cc: 89. I changed the subscription method, the new subscription deletes the old buttons.

CLA

RomanReznichenkoLuxoft commented 2 years ago

@jordynmackool This PR is ready for Livio review