Merge branch 'Branch_S550_Fast_Emmc' of gitlab.sifar.tech:linux-em-group/s530-ntk into Branch_S550_Fast_Emmc

This commit is contained in:
payton 2024-01-03 20:49:24 +08:00
commit e44c3d1e77

View File

@ -321,6 +321,7 @@ void Option_play_Selection_Key(lv_obj_t* obj, uint32_t key)
hidde_Selection_page();
UINT32 uiFileSeq;
PB_GetParam(PBPRMID_CURR_FILESEQ, &uiFileSeq);
ProfileFocused = 0;
if (0 != uiFileSeq)
{
stop_play();
@ -342,7 +343,7 @@ void Option_play_Selection_Key(lv_obj_t* obj, uint32_t key)
ProfileSelected = 1;
ChangeHandle = ProfileSelected;
Ux_SendEvent(0, NVTEVT_SYSTEM_MODE, 1, PRIMARY_MODE_PLAYBACK);
}
else if (0 == ProfileFocused && ProfileSelected == 1)
{