Fixed bug number 9518.

This commit is contained in:
xiaojiazhu 2023-11-28 09:39:36 +08:00
parent 58edb09d0b
commit f9e4f75921

View File

@ -1942,6 +1942,9 @@ void UIFlowPhotoEventCallback(lv_obj_t* obj, lv_event_t event)
passwordOpened = PASSWORD_OPENED;
OpenPasswordScreen();
ShutDownTime = PASSWORD_GO_TO_WORK_MODE_TIME_S;
} else if (PASSWORD_SWITCH_ON != puiPara->PwdSwitch)
{
passwordOpened = PASSWORD_OPENED;
}
// #if HUNTING_CAMERA_MCU == ENABLE
// UIMenuStoreInfo *puiPara = sf_ui_para_get();