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 SDLLockScreenStatusManager is owned by the SDLLockScreenManager but gets its driver distraction notifications from its own registrations. This creates a race condition with the driver distraction notification usage that the SDLLockScreenManager uses. This causes some strange behavior with dismissibility. We should refactor the lock screen manager / status manager to have the LSM pass to the status manager the new DD notification or HMI status notification and do something with the result.
The text was updated successfully, but these errors were encountered:
Bug Report
The
SDLLockScreenStatusManager
is owned by theSDLLockScreenManager
but gets its driver distraction notifications from its own registrations. This creates a race condition with the driver distraction notification usage that theSDLLockScreenManager
uses. This causes some strange behavior with dismissibility. We should refactor the lock screen manager / status manager to have the LSM pass to the status manager the new DD notification or HMI status notification and do something with the result.The text was updated successfully, but these errors were encountered: