diff --git a/es-app/src/views/gamelist/ISimpleGameListView.cpp b/es-app/src/views/gamelist/ISimpleGameListView.cpp index 9ea3eb6ad..61ec99c5a 100644 --- a/es-app/src/views/gamelist/ISimpleGameListView.cpp +++ b/es-app/src/views/gamelist/ISimpleGameListView.cpp @@ -125,7 +125,7 @@ bool ISimpleGameListView::input(InputConfig* config, Input input) ViewController::get()->resetMovingCamera(); if (mCursorStack.size()) { NavigationSounds::getInstance()->playThemeNavigationSound(BACKSOUND); - populateList(mCursorStack.top()->getParent()->getChildren()); + populateList(mCursorStack.top()->getParent()->getChildrenListToDisplay()); setCursor(mCursorStack.top()); mCursorStack.pop(); }