mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Fixed an issue where custom collections where incorrectly sorted.
This commit is contained in:
parent
807a027c40
commit
aaef9257b5
|
@ -438,8 +438,6 @@ void CollectionSystemManager::updateCollectionSystem(FileData* file, CollectionS
|
||||||
ViewController::get()->onFileChanged(rootFolder, FILE_METADATA_CHANGED);
|
ViewController::get()->onFileChanged(rootFolder, FILE_METADATA_CHANGED);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
rootFolder->getParent()->sort(rootFolder->getSortTypeFromString(
|
|
||||||
rootFolder->getSortTypeString()), mFavoritesSorting);
|
|
||||||
ViewController::get()->onFileChanged(
|
ViewController::get()->onFileChanged(
|
||||||
rootFolder->getParent(), FILE_METADATA_CHANGED);
|
rootFolder->getParent(), FILE_METADATA_CHANGED);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue