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

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();
}
});