Skip to content

Commit

Permalink
Merge remote-tracking branch 'OFW/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Oct 16, 2024
2 parents 521b793 + c2c288b commit 8d24767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/services/desktop/desktop.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ int32_t desktop_srv(void* p) {

scene_manager_next_scene(desktop->scene_manager, DesktopSceneMain);

if(furi_hal_rtc_is_flag_set(FuriHalRtcFlagLock)) {
if(desktop_pin_code_is_set()) {
desktop_lock(desktop);
}

Expand Down

0 comments on commit 8d24767

Please sign in to comment.