添加回放菜单默认选项
This commit is contained in:
parent
5d8d04ba59
commit
bd6fb63fd0
|
@ -321,6 +321,7 @@ void Option_play_Selection_Key(lv_obj_t* obj, uint32_t key)
|
||||||
hidde_Selection_page();
|
hidde_Selection_page();
|
||||||
UINT32 uiFileSeq;
|
UINT32 uiFileSeq;
|
||||||
PB_GetParam(PBPRMID_CURR_FILESEQ, &uiFileSeq);
|
PB_GetParam(PBPRMID_CURR_FILESEQ, &uiFileSeq);
|
||||||
|
ProfileFocused = 0;
|
||||||
if (0 != uiFileSeq)
|
if (0 != uiFileSeq)
|
||||||
{
|
{
|
||||||
stop_play();
|
stop_play();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user