Fixed a missing filter index update when removing games from custom collections.

This commit is contained in:
Leon Styhre 2021-09-26 11:14:52 +02:00
parent e930848645
commit f8b9275b4b

View file

@ -692,6 +692,7 @@ bool CollectionSystemsManager::toggleGameInCollection(FileData* file)
adding = false;
// If we found it, we need to remove it.
FileData* collectionEntry = children.at(key);
fileIndex->removeFromIndex(collectionEntry);
ViewController::get()
->getGameListView(systemViewToUpdate)
.get()