回放时优化并回收内存

This commit is contained in:
greg 2024-01-12 10:23:51 +08:00
parent 3fd9f0f032
commit 98aa1bf646

View File

@ -1368,6 +1368,11 @@ static void UIFlowPlay_ScrOpen(lv_obj_t* obj)
/* open all files */
UIFlowPlay_OpenFile(obj);
#if HUNTING_CAMERA_MCU == ENABLE
sf_set_menu_open(TRUE);
#endif
}
static void UIFlowPlay_ChildScrClose(lv_obj_t* obj, const void * data)