1.修复蓝牙连接可能不跳转预览的问题
This commit is contained in:
parent
9f91125971
commit
22f5080339
|
@ -1034,6 +1034,9 @@ static void UIFlowMenuCommonItem_ScrClose(lv_obj_t* obj)
|
||||||
Save_MenuInfo();
|
Save_MenuInfo();
|
||||||
LV_MenuItem_OnClose(obj);
|
LV_MenuItem_OnClose(obj);
|
||||||
gMenuLuck = MENU_CLOSED;
|
gMenuLuck = MENU_CLOSED;
|
||||||
|
#if HUNTING_CAMERA_MCU == ENABLE
|
||||||
|
sf_set_menu_open(FALSE);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1059,9 +1062,6 @@ static void UIFlowMenuCommonItem_ChildScrClose(lv_obj_t* obj,const LV_USER_EVENT
|
||||||
}
|
}
|
||||||
|
|
||||||
gMenuLuck = MENU_UNLUCK;
|
gMenuLuck = MENU_UNLUCK;
|
||||||
#if HUNTING_CAMERA_MCU == ENABLE
|
|
||||||
sf_set_menu_open(FALSE);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user