You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code in ApplicationManagerImpl::UnregisterApplication seems to assume that the app being unregistered is subscribed to waypoints, and checks if there is only one app in the subscribed_way_points_apps_list_ before calling MessageHelper::SendUnsubscribedWayPoints
Bug Report
Code in
ApplicationManagerImpl::UnregisterApplication
seems to assume that the app being unregistered is subscribed to waypoints, and checks if there is only one app in thesubscribed_way_points_apps_list_
before callingMessageHelper::SendUnsubscribedWayPoints
sdl_core/src/components/application_manager/src/application_manager_impl.cc
Line 3219 in 0ce7625
Reproduction Steps
Expected Behavior
Core does not send UnsubscribeWayPoints to HMI
Observed Behavior
Core sends UnsubscribeWayPoints to HMI
OS & Version Information
Test Case, Sample Code, and / or Example App
smartdevicelink/sdl_atf_test_scripts#2408
The text was updated successfully, but these errors were encountered: