From 3d2b24639246300aaa729b8dcd40589d634b16b0 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 30 Oct 2020 18:48:12 +0100 Subject: [PATCH] Fixed a view style issue for custom collections. --- es-app/src/CollectionSystemManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/CollectionSystemManager.cpp b/es-app/src/CollectionSystemManager.cpp index 40c27527d..b059538a3 100644 --- a/es-app/src/CollectionSystemManager.cpp +++ b/es-app/src/CollectionSystemManager.cpp @@ -686,7 +686,7 @@ bool CollectionSystemManager::toggleGameInCollection(FileData* file) systemViewToUpdate->getRootFolder()->sort(rootFolder->getSortTypeFromString( rootFolder->getSortTypeString()), Settings::getInstance()->getBool("FavFirstCustom")); - ViewController::get()->onFileChanged(systemViewToUpdate->getRootFolder(), false); + ViewController::get()->onFileChanged(systemViewToUpdate->getRootFolder(), true); fileIndex->addToIndex(newGame); // Add to bundle index as well, if needed.