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
SDLCarWindow does not send video data after reconnection when lock screen is disabled.
There is a bug in SDLLockScreenManager. SDLLockScreenManager sends SDLLockScreenManagerWillDismissLockScreenViewController notification even lock screen configuration is disabled configuration and does NOT send SDLLockScreenManagerDidDismissLockScreenViewController notification.
As a result, SDLCarWindow#lockScreenBeingDismissed remains true. This prevents the update of SDLCarWindow.
Reproduction Steps
Connect SDL iOS App with SDLCarWindow to SDL Core
Disconnect from SDL Core (lockScreenBeingDismissed becomes true)
Connect SDL iOS App to SDL Core again
Expected Behavior
Video data will be sent after step 3
Observed Behavior
Video data is not sent after step 3
OS & Version Information
iOS Version: 11
SDL iOS Version: v5.2.0
Testing Against: Our internal SDL iOS app with our internal HU devboard
Test Case, Sample Code, and / or Example App
I will create PR later.
The text was updated successfully, but these errors were encountered:
Bug Report
SDLCarWindow does not send video data after reconnection when lock screen is disabled.
There is a bug in SDLLockScreenManager. SDLLockScreenManager sends SDLLockScreenManagerWillDismissLockScreenViewController notification even lock screen configuration is disabled configuration and does NOT send SDLLockScreenManagerDidDismissLockScreenViewController notification.
As a result, SDLCarWindow#lockScreenBeingDismissed remains true. This prevents the update of SDLCarWindow.
Reproduction Steps
Expected Behavior
Video data will be sent after step 3
Observed Behavior
Video data is not sent after step 3
OS & Version Information
Test Case, Sample Code, and / or Example App
I will create PR later.
The text was updated successfully, but these errors were encountered: