credits to @Krowe-moh :)
Some checks failed
FModel QA Builder / build (push) Has been cancelled

This commit is contained in:
Marlon 2024-11-23 21:51:02 +01:00 committed by GitHub
parent 21e727e7b9
commit 3edcd31450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,7 @@ public class AssetsFolderViewModel
InvokeOnCollectionChanged(folderItem);
}
if (item.AssetsList.Assets.Any())
if (item.AssetsList.Assets.Count != 0)
item.AssetsList.Assets.InvokeOnCollectionChanged();
}
});