diff --git a/es-app/src/views/GamelistView.cpp b/es-app/src/views/GamelistView.cpp index 74f550d4f..e1619fe7f 100644 --- a/es-app/src/views/GamelistView.cpp +++ b/es-app/src/views/GamelistView.cpp @@ -88,6 +88,8 @@ void GamelistView::onTransition() for (auto& animation : mGIFAnimComponents) animation->setPauseAnimation(true); + + mWindow->renderListScrollOverlay(0.0f, ""); } void GamelistView::onThemeChanged(const std::shared_ptr& theme)