diff --git a/es-app/src/views/gamelist/ISimpleGameListView.cpp b/es-app/src/views/gamelist/ISimpleGameListView.cpp index 0a55dbc5b..16bfb25ab 100644 --- a/es-app/src/views/gamelist/ISimpleGameListView.cpp +++ b/es-app/src/views/gamelist/ISimpleGameListView.cpp @@ -185,6 +185,7 @@ bool ISimpleGameListView::input(InputConfig* config, Input input) } else if (mRoot->getSystem()->isGameSystem()) { stopListScrolling(); + ViewController::get()->cancelViewTransitions(); NavigationSounds::getInstance()->playThemeNavigationSound(SCROLLSOUND); mWindow->startMediaViewer(getCursor()); return true;