mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-30 21:58:55 -07:00
Desktop: Fix lock screen hang (#438)
* Fix lock screen hang
See #438
* Desktop: Dont delay screen off at boot
* Update changelog
* Revert "Desktop: Dont delay screen off at boot"
This reverts commit ff43264258.
* Update changelog
* Format
---------
Co-authored-by: WillyJL <me@willyjl.dev>
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
### Fixed:
|
||||
- Bad KB: Fix modifier keys with HOLD/RELEASE commands (by @WillyJL)
|
||||
- Desktop: Fix lock screen hang (#438 by @aaronjamt)
|
||||
|
||||
### Removed:
|
||||
- Nothing
|
||||
|
||||
@@ -101,8 +101,7 @@ bool desktop_scene_locked_on_event(void* context, SceneManagerEvent event) {
|
||||
break;
|
||||
case DesktopLockedEventUpdate:
|
||||
if(desktop_view_locked_is_locked_hint_visible(desktop->locked_view)) {
|
||||
notification_message(
|
||||
desktop->notification, &sequence_display_backlight_off_delay_1000);
|
||||
notification_message(desktop->notification, &sequence_display_backlight_off);
|
||||
}
|
||||
desktop_view_locked_update(desktop->locked_view);
|
||||
consumed = true;
|
||||
|
||||
Reference in New Issue
Block a user