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
The SDLFocusableItemLocator class should have a stop method that is called when the transport disconnects. The stop method should unregister the class from getting SDLDidUpdateProjectionView notifications. Otherwise the class will still try to send data unnecessarily.
Reproduction Steps
Connect video streaming SDL app supporting haptic spatial data to a module that supports haptic spatial data. Launch the SDL app on the HMI.
Disconnect the SDL app.
Expected Behavior
The SDLFocusableItemLocator should ignore all SDLDidUpdateProjectionView notifications once the transport has disconnected.
Observed Behavior
The SDLFocusableItemLocator still tries to send the haptic rect data to core.
OS & Version Information
iOS Version: n/a
SDL iOS Version: 6.5
Testing Against: sdl_core + sdl_hmi
The text was updated successfully, but these errors were encountered:
Bug Report
The
SDLFocusableItemLocator
class should have a stop method that is called when the transport disconnects. The stop method should unregister the class from gettingSDLDidUpdateProjectionView
notifications. Otherwise the class will still try to send data unnecessarily.Reproduction Steps
Expected Behavior
The
SDLFocusableItemLocator
should ignore allSDLDidUpdateProjectionView
notifications once the transport has disconnected.Observed Behavior
The
SDLFocusableItemLocator
still tries to send the haptic rect data to core.OS & Version Information
The text was updated successfully, but these errors were encountered: