Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lockscreen should show again after dismissal if a DD notification is received where DismissalEnabled is false #1695

Closed
bilal-alsharifi opened this issue May 25, 2021 · 1 comment
Labels
bug A defect in the library

Comments

@bilal-alsharifi
Copy link
Contributor

Bug Report

There is an edge case for the lockscreen where we want to be able to show the lockscreen to the user again even if the user has previously dismissed the lockscreen.

Reproduction Steps
  1. Lockscreen displayMode = ALWAYS
  2. The last DriverDistraction notification received was DD_OFF and that lockScreenDismissalEnabled = true
  3. The user should be shown a dismissable lockscreen
  4. The user dismisses the lockScreen
  5. Another DriverDistraction notification is received with DD_ON and lockScreenDismissalEnabled=false
Expected Behavior

The lockscreen should be launched again without a dismiss message

Observed Behavior

The lockscreen should doesn't get launched

OS & Version Information
  • Android Version: N/A
  • SDL Android Version: 5.1.1
  • Testing Against: Core 7.1.1/ Generic HMI 0.10.0
@JulianKast
Copy link
Contributor

Fixed with #1699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
None yet
Development

No branches or pull requests

2 participants