Fixed an issue with slide transitions when starting the media viewer.

This commit is contained in:
Leon Styhre 2021-05-17 22:10:50 +02:00
parent cc0b9fdf87
commit 6f2a26fc85

View file

@ -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;