退出回放界面切换回拍照存储的回放位置
This commit is contained in:
parent
adedda0db8
commit
6d7a1150be
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user