From 6f2a26fc851196332a43edc87d59f57068165663 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Mon, 17 May 2021 22:10:50 +0200 Subject: [PATCH] Fixed an issue with slide transitions when starting the media viewer. --- es-app/src/views/gamelist/ISimpleGameListView.cpp | 1 + 1 file changed, 1 insertion(+) 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;