修复回放播放视频时删除文件

This commit is contained in:
xiehongyan 2024-01-12 10:32:55 +08:00
parent 3fd9f0f032
commit 087e93106e

View File

@ -2448,7 +2448,7 @@ static void UIFlowPlay_Key(lv_obj_t* obj, uint32_t key)
if (0 != uiFileSeq)
{
stop_play();
UIFlowPlay_OnKeyUp(obj);
//UIFlowPlay_OnKeyUp(obj);
}
show_Selection_page(obj);