(Menu) Fix the index download animation bug for all download lists

This commit is contained in:
Jean-André Santoni 2016-04-24 17:30:23 +07:00
parent 43ce4756a1
commit 20888aee7f
1 changed files with 3 additions and 0 deletions

View File

@ -358,6 +358,7 @@ int generic_action_ok_displaylist_push(const char *path,
MENU_LABEL_DEFERRED_CURSOR_MANAGER_LIST);
break;
case ACTION_OK_DL_CORE_UPDATER_LIST:
dl_type = DISPLAYLIST_PENDING_CLEAR;
info.type = type;
info.directory_ptr = idx;
info_path = path;
@ -373,6 +374,7 @@ int generic_action_ok_displaylist_push(const char *path,
MENU_LABEL_DEFERRED_THUMBNAILS_UPDATER_LIST);
break;
case ACTION_OK_DL_CORE_CONTENT_LIST:
dl_type = DISPLAYLIST_PENDING_CLEAR;
info.type = type;
info.directory_ptr = idx;
info_path = path;
@ -380,6 +382,7 @@ int generic_action_ok_displaylist_push(const char *path,
MENU_LABEL_DEFERRED_CORE_CONTENT_LIST);
break;
case ACTION_OK_DL_LAKKA_LIST:
dl_type = DISPLAYLIST_PENDING_CLEAR;
info.type = type;
info.directory_ptr = idx;
info_path = path;