mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Fixed a missing filter index update when removing games from custom collections.
This commit is contained in:
parent
e930848645
commit
f8b9275b4b
|
@ -692,6 +692,7 @@ bool CollectionSystemsManager::toggleGameInCollection(FileData* file)
|
||||||
adding = false;
|
adding = false;
|
||||||
// If we found it, we need to remove it.
|
// If we found it, we need to remove it.
|
||||||
FileData* collectionEntry = children.at(key);
|
FileData* collectionEntry = children.at(key);
|
||||||
|
fileIndex->removeFromIndex(collectionEntry);
|
||||||
ViewController::get()
|
ViewController::get()
|
||||||
->getGameListView(systemViewToUpdate)
|
->getGameListView(systemViewToUpdate)
|
||||||
.get()
|
.get()
|
||||||
|
|
Loading…
Reference in a new issue