Fix lock screen hang

See #438
This commit is contained in:
Aaron Tulino (Aaronjamt)
2025-07-17 12:40:17 +01:00
parent bd88e42622
commit 90982f7f42
@@ -102,7 +102,7 @@ bool desktop_scene_locked_on_event(void* context, SceneManagerEvent event) {
case DesktopLockedEventUpdate:
if(desktop_view_locked_is_locked_hint_visible(desktop->locked_view)) {
notification_message(
desktop->notification, &sequence_display_backlight_off_delay_1000);
desktop->notification, &sequence_display_backlight_off);
}
desktop_view_locked_update(desktop->locked_view);
consumed = true;