退出回放界面切换回拍照存储的回放位置

This commit is contained in:
xiehongyan 2024-01-04 10:18:30 +08:00
parent adedda0db8
commit 6d7a1150be

View File

@ -2380,6 +2380,10 @@ static void UIFlowPlay_Key(lv_obj_t* obj, uint32_t key)
case LV_USER_KEY_UP: case LV_USER_KEY_UP:
case LV_USER_KEY_PREV: case LV_USER_KEY_PREV:
{ {
printf("[UIFlowPlay_Key]exit play handle change: %d. \n", FirstHandle);
ChangeHandle = FirstHandle;
FirstHandle = -1;
UIFlowPlay_Exit(obj); UIFlowPlay_Exit(obj);
break; break;
UINT32 uiFileSeq; UINT32 uiFileSeq;